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: /view/form.jsp /view/form.jsp I would like the output of "/showForm.action" to be decorat

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

2009-08-11 Thread CS Wong
hought that since SiteMesh is a supported plugin, it may be applicable here. Thanks, Wong On Tue, Aug 11, 2009 at 8:42 PM, Eduard Neuwirt < eduard.neuw...@googlemail.com> wrote: > Hi Wong, > > perhaps would the following entries from decorators.xml help you : > > >

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

2009-08-11 Thread CS Wong
oncerned the > view could have been generated by a CGI script of anything. I think the path > of least effort it to have two essentially blank JSps that include the > actual material you want to re-use? > Chris > > > > > > > > > -Original Message--

Performance issue using 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 tag and invoking the methods in the bean to call an EJB service and populating a collection

Re: Performance issue using tag

2009-11-02 Thread CS Wong
g all the time, 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 wrote: > > Hi, > > > > I seem to be having a performa