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 struts2-jquery tags?
Thanks, Anupam