<%
String refIDs[] = ( String[]) request.getAttribute( "refIDs");
String hdrTxts[] = ( String[]) request.getAttribute( "hdrTxts");
int noOfPageSegments = 0;
if( refIDs != null)
{
noOfPageSegments = refIDs.length;
}
for( int i = 0; i < noOfPageSegments; i++)
{
%>
<%
}
%>
<%--Property col--%>
<%--
<%-- prop value input box is placed inside the tableLayout, so
- that the input boxes are properly aligned, when erorr message
- is displayed
--%>
<%--
--%>
<%----%>
<%--
--%>