Performance issue using s:bean/ tag

2009-11-02 Thread CS Wong
Hi, I seem to be having a performance issue in some of my Struts 2 actions. On several of my pages, I render a couple of drop down tags in my output page. I populate the drop down tags by instantiating an s:bean/ tag and invoking the methods in the bean to call an EJB service and populating a

Re: Performance issue using s:bean/ tag

2009-11-02 Thread CS Wong
, so it should as fast(or slow) every time. The only thing that changes is the call to the EJB, so I would bet that the problem is there. musachy On Mon, Nov 2, 2009 at 9:57 AM, CS Wong lilw...@gmail.com wrote: Hi, I seem to be having a performance issue in some of my Struts 2 actions

Configuring SiteMesh for specific action mappings in Struts 2?

2009-08-11 Thread CS Wong
Hi, I'm trying to configure sitemesh to only take effect for a certain subset of action mappings in my Struts 2 application. Say for example, I have the following struts.xml snippet: package name=default namespace=/ extends=struts-default action name=showForm result/view/form.jsp/result

Re: Configuring SiteMesh for specific action mappings in Struts 2?

2009-08-11 Thread CS Wong
pattern/index.html/pattern /excludes ... /decorators Regards Eduard Neuwirt CS Wong schrieb: Hi, I'm trying to configure sitemesh to only take effect for a certain subset of action mappings in my Struts 2 application. Say for example, I have the following struts.xml snippet: package