">
|
<%= Utils.getMessage(session, "L616F", "(Q)") + " " + fqtLabel %>
|
<%=lfqPosition %>
|
<% if(lfqCode_ == null || lfqCode_.length()==0){
boolean ok = false;
try{
LinkFormQuestionBean lfq = new LinkFormQuestionBean(lfqID, context);
String fqtID = lfq.getLfqFormQuestionID();
FormQuestionBean fqt = new FormQuestionBean(fqtID, context);
String qType = fqt.getFqtType();
if(qType != null)
ok = qType.equals(dico.getRefIdByCode("FqtType" , "FRE"))
||qType.equals(dico.getRefIdByCode("FqtType" , "FRL"))
||qType.equals(dico.getRefIdByCode("FqtType" , "INT"));
}catch(Exception e){
logger.warn(e.getMessage());
}
if(ok){
isThereAnyFormElement = true;
%>
<% }} %>
|
<%--
| --%>
<% }
%>
<% }
}
}
%>