Re: how to use single jsp as template

2013-09-19 Thread Chris Pratt
r JS > Libraries (like Dojo or JQuery) ? > > thanks, > Martin- > > > > > > From: thechrispr...@gmail.com > > Date: Thu, 19 Sep 2013 08:37:04 -0700 > > Subject: Re: how to use single jsp as template > > To: user@struts.apache.org > > > > Apa

RE: how to use single jsp as template

2013-09-19 Thread Martin Gainty
JQuery) ? thanks, Martin- > From: thechrispr...@gmail.com > Date: Thu, 19 Sep 2013 08:37:04 -0700 > Subject: Re: how to use single jsp as template > To: user@struts.apache.org > > Apache Tiles sounds like exactly what you're looking for, and works great > with Struts

Re: how to use single jsp as template

2013-09-19 Thread Yaragalla Muralidhar
ok will try. Thank you. *Thanks and Regards,* Muralidhar Yaragalla. * * On Thu, Sep 19, 2013 at 9:07 PM, Chris Pratt wrote: > Apache Tiles sounds like exactly what you're looking for, and works great > with Struts2. You could also consider a single page app (i.e. AngularJS) > approach. > (*C

Re: how to use single jsp as template

2013-09-19 Thread Chris Pratt
Apache Tiles sounds like exactly what you're looking for, and works great with Struts2. You could also consider a single page app (i.e. AngularJS) approach. (*Chris*) On Thu, Sep 19, 2013 at 8:23 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > hi I have a jsp with a layout. it

how to use single jsp as template

2013-09-19 Thread Yaragalla Muralidhar
hi I have a jsp with a layout. it means the jsp has menu on the left and header on the top. now for every action the center part of the jsp should change. Is this possible? I mean for every different action a different jsp should be included in the center of the layout jsp. If this is possible it