" bean="true"/>
|
<%
if (fld1 != null) {
String value1 = null;
try {
value1 = SLAState.getSlsValue1();
}
catch (FieldNotInitializedException fnie) {
}
FieldBean fld = dictionary.getFieldByID(fld1);
String display = null;
String fldDisplayLabel = null;
try {
fldDisplayLabel = fld.getFldDisplayLabel();
}
catch (FieldNotInitializedException fnie) {
}
String fldDisplay = null;
try {
fldDisplay = fld.getFldDisplay();
}
catch (FieldNotInitializedException fnie) {
}
if (fldDisplayLabel != null)
display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay);
else
display = fldDisplay;
%> <%= Utils.formatToWeb(display, false) %> :
<% try {
String tabID = fld.getFldTabID();
Vector> values = dictionary.getRefList(session, tabID, "Te1");
%>
<% }
catch (FieldNotInitializedException fnie) {
logger.error("SlsValue1 not Initialized");
}
}
%><%
if (fld2 != null) {
String value1 = null;
try {
value1 = SLAState.getSlsValue2();
}
catch (FieldNotInitializedException fnie) {
}
FieldBean fld = dictionary.getFieldByID(fld2);
String display = null;
String fldDisplayLabel = null;
try {
fldDisplayLabel = fld.getFldDisplayLabel();
}
catch (FieldNotInitializedException fnie) {
}
String fldDisplay = null;
try {
fldDisplay = fld.getFldDisplay();
}
catch (FieldNotInitializedException fnie) {
}
if (fldDisplayLabel != null)
display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay);
else
display = fldDisplay;
%> <%= Utils.formatToWeb(display, false) %> :
<% try {
String tabID = fld.getFldTabID();
Vector> values = dictionary.getRefList(session, tabID, "Te1");
%>
<% }
catch (FieldNotInitializedException fnie) {
logger.error("SlsValue2 not Initialized");
}
}
%><%
if (fld3 != null) {
String value1 = null;
try {
value1 = SLAState.getSlsValue3();
}
catch (FieldNotInitializedException fnie) {
}
FieldBean fld = dictionary.getFieldByID(fld3);
String display = null;
String fldDisplayLabel = null;
try {
fldDisplayLabel = fld.getFldDisplayLabel();
}
catch (FieldNotInitializedException fnie) {
}
String fldDisplay = null;
try {
fldDisplay = fld.getFldDisplay();
}
catch (FieldNotInitializedException fnie) {
}
if (fldDisplayLabel != null)
display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay);
else
display = fldDisplay;
%> <%= Utils.formatToWeb(display, false) %> :
<% try {
String tabID = fld.getFldTabID();
Vector> values = dictionary.getRefList(session, tabID, "Te1");
%>
<% }
catch (FieldNotInitializedException fnie) {
logger.error("SlsValue3 not Initialized");
}
}
%> |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|