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

Reply via email to