James, I have got somewhere around 40 tags in my screen. Was thinking if it might cause performance problems. Though the actions are faster and data is ready in the action class, it taks a while to push data to the browser.
Is there any other option to optimise it, retaining struts taglibs. Thanks and Regards Hari -----Original Message----- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 6:33 PM To: Struts Users Mailing List Subject: RE: JSP + struts taglibs Yes, The form bean is in the scope that you have set (struts-config or from your action), use it as you would without any taglibs. Although, your code will by much cleaner if you stick to the struts taglibs. James Mitchell > -----Original Message----- > From: Harinath [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 28, 2002 8:55 AM > To: struts > Subject: JSP + struts taglibs > > > Can a JSP access data in a action form without using struts taglibs. > > Regards, > Hari > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

