I suggest that you not embed Java code in JSPs in scriptlets like this.
It's better to use Struts tags instead.
Are you looking at using Struts 1 or Struts 2?
Struts1 for now. Do you have a simple code. I am not sure I quite
understand how you propose to use java code in JSP?
Thanks,
--
Lu Ying
On Thu, Mar 5, 2009 at 3:22 PM, Emi Lu <em...@encs.concordia.ca> wrote:
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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org