|
|
<%
Vector permLics;
try {
permLics = Actor.getActPermLics();
} catch (FieldNotInitializedException e) {
permLics = new Vector();
}
Vector flotLics;
try {
flotLics = Actor.getActFloatLics();
} catch (FieldNotInitializedException e) {
flotLics = new Vector();
}
String permStr = Utils.getMessage(session, "L6601", "Permanente");
String floatStr = Utils.getMessage(session, "L6602", "Flottante");
String permNAStr = Utils.getMessage(session, "L6603", "Pas des licences permanentes disponible");
String floatNAStr = Utils.getMessage(session, "L6604", "Pas des licences flottantes disponible");
String pattribStr = Utils.getMessage(session, "L6605", "Pas attribuée");
%>
|
|