Good morning, In JSP file, may I know how to get action bean please?
<form action="..." name="f1">
<%
if(f1.getCode().equals('abc'))
{
%>
<table> ... ... </table>
<%
}
%>
</form>
In JSP, I'd like to know how to call "methods, fields" in action form bean?
Thanks a lot!
--
Lu Ying
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

