In a table in one of the columns there are <html:text>
is it required that each input item has a corresponding form-bean property?
by using the below does it take all the user entered values in the column??
Each row is an object and sessionScope.Form.hrs is the list of these
objects.
<display:table name="sessionScope.Form.hrs" id="rows"
requestURI="PrepareAction.do" >
........................
.....................
<display:column titleKey="lbl.hrs">
<c:if test="${rows.hrs != null}">
<html:text name="rows" property="hrs"
errorStyleClass="errormsg"/>
</c:if>
</display:column>
</display:table>
Thanks.
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]