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?

jk

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
>
>


-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to