What's the structure of directory web_root\template\ajax ? web_root \template\xhtml ....
Thanks. -----Mensagem original----- De: Gajbhe, Laxman (Contractor) [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 23 de março de 2007 12:41 Para: Struts Users Mailing List Assunto: RE: Major performance issue while displaying data in tabbedPanel That worked nicely! Thanks Felipe. Laxman -----Original Message----- From: Felipe Rodrigues [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 7:08 PM To: user@struts.apache.org Subject: Re: Major performance issue while displaying data in tabbedPanel Copy the template dir under the struts2-core...jar to your context root. It will give you a great improvement in Performance. Felipe Gajbhe, Laxman (Contractor) wrote: > > Hi, > > > > I have following snippet of code: > > > > <%@ taglib uri="/struts-tags" prefix="s" %> > > <head> > > <title>Home</title> > > <s:head theme="ajax"/> > > </head> > > > > <body id="home"> > > <s:tabbedPanel id="mainTabContainerg"> > > <s:div refreshOnShow="true" id="act" loadingText="Loading" > label="Activity" theme="ajax" > > href="home/home!recentActivity.action" /> > > </s:tabbedPanel> > > </body> > > > > Action returns about 500 records in the simple table. This takes about > 14 seconds to render. > > > > Same data gets rendered in about 6 seconds if I replace tabbedPanel by: > > > > <s:action name="home!recentActivity" executeResult="true" > namespace="/home"/> > > > > Or > > > > Directly invoke action from browser link. > > > > We are using IE 6.0 > > > > I would appreciate your comments/feedback. > > > > Thanks, > > > > Laxman > > > > > -- View this message in context: http://www.nabble.com/Major-performance-issue-while-displaying-data-in-t abbedPanel-tf3450811.html#a9626072 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]