Re: Struts2 : XML based View

2012-07-09 Thread Dave Newton
> From: Steve Higham > To: 'Struts Users Mailing List' ; 'Anupam Bakshi' > > Sent: Monday, July 9, 2012 6:47 AM > Subject: RE: Struts2 : XML based View > > Hi, > > I have projects that include JS (and jquery) in the HTML pages t

Re: Struts2 : XML based View

2012-07-09 Thread Anupam Bakshi
From: Steve Higham To: 'Struts Users Mailing List' ; 'Anupam Bakshi' Sent: Monday, July 9, 2012 6:47 AM Subject: RE: Struts2 : XML based View Hi, I have projects that include JS (and jquery) in the HTML pages they output. It's then up to you to construct you

RE: Struts2 : XML based View

2012-07-09 Thread Steve Higham
t: 09 July 2012 09:02 To: user@struts.apache.org Subject: Struts2 : XML based View Hello,   In my Struts2 action, I have a database returning XML data as a stream that is transformed using XSLT2.   This is fine, but I need the result to also have jquery tabs and submit buttons.     Is there any w

Struts2 : XML based View

2012-07-09 Thread Anupam Bakshi
Hello,   In my Struts2 action, I have a database returning XML data as a stream that is transformed using XSLT2.   This is fine, but I need the result to also have jquery tabs and submit buttons.     Is there any way to achieve this on-the-fly generation and insertion of these struts2 and struts