Maybe the slowness is from the amount of data you're displaying. You could try doing it with scriptlets and see if you get any improvement but your jsp will be a mess. You could also try using the JSTL tags for looping.
You're scaring me with this perl talk...I never want to go back to that nightmare :-). Dave >From: "Jens Viebig" <[EMAIL PROTECTED]> >Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Faster View Components... >Date: Wed, 2 Oct 2002 18:02:47 +0200 > >Struts+JSP+Struts Taglibs are sometimes so terrible slow, i think even perl >would be faster...The Action Classes are as fast as i like it but jsp-Stuff >is terrible >I have some complex pages with big tables (logic:iterate) and a lot of ><bean:write> and <html:link> tags. >Sometimes it takes longer than 10 seconds until the page starts loading >Should i kick out the taglibs and do some scriptlet stuff ? >Are there some faster alternatives to jsp to build the view ? > >Greets >Jens Viebig > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>