This seems simple enough but it isnt working?
:(
<bean:define id="listSize" name="userForm" property="listSize" value=20
scope="request" type="java.lang.Short"/>
<bean:define id="startRow" name="userForm" property="startRow" value=0
scope="request" type="java.lang.Integer"/>
I have a form defined UserForm with getStartRow(), setStartRow(Short
startRow) and getListSize(),setListSize(Integer listSize)
its not setting these values in the form?
Also, how do I get the values from the form to display them on the screen?
thanks,
Mike
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>