A
Agent86
Hi,
How do you access the ActionForm in the associated JSP (in java code)?
I know i can DISPLAY with:
<bean:write name="myform" property="myproperty"/>
but I would like to do something like:
<%= (myform.myIntProperty + 5) %>
Thanks !
How do you access the ActionForm in the associated JSP (in java code)?
I know i can DISPLAY with:
<bean:write name="myform" property="myproperty"/>
but I would like to do something like:
<%= (myform.myIntProperty + 5) %>
Thanks !