Re: XSLT Translation

2008-11-03 Thread Dave Newton
--- On Mon, 11/3/08, Mark Thomson wrote: > My struts config is as follows: > [...] > > > /Product.xsl > > [...] What happens if you use "location" as the param name, and which S2 version are you using? Dave - To uns

RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
st > Subject: RE: XSLT Result matching pattern > > There is an open issue for struts2 with the matchingPattern and > excludingPattern > params for the xslt result type. > > https://issues.apache.org/struts/browse/WW-1550 > > Other options/workarounds for this would be t

RE: XSLT Result matching pattern

2007-08-16 Thread John Krueger
There is an open issue for struts2 with the matchingPattern and excludingPattern params for the xslt result type. https://issues.apache.org/struts/browse/WW-1550 Other options/workarounds for this would be to change the accessibility of your getUser and getSession methods to something other than

Re: xslt

2006-03-26 Thread Hey Nony Moose
Morten Andersen wrote: > I've developed a struts based application that uses XSLT intensively > on the server side. I would like to move some of these transformations > to the client side. > ... etc ... > How do you use XSL in your struts apps. I heard one tech lead knock XSL on the head for inc

Re: xslt

2006-03-26 Thread Jonathan Revusky
Morten Andersen wrote: I've developed a struts based application that uses XSLT intensively on the server side. I would like to move some of these transformations to the client side. Well, here's a shameless plug, but if your primary problem with XSLT is the performance, you might have a look

Re: xslt

2006-03-15 Thread Frank W. Zammetti
I don't know if AJAX is in your plans, but AjaxTags in Java Web Parts offers an XSLT response handler to do client-side transformations... http://javawebparts.sourceforge.net This handler uses Sarissa under the covers, so even if you wind up not using the tags, they may serve as an example of usi

RE: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Jason Long
PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 16, 2006 2:40 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF? On 1/16/06, Jason Long <[EMAIL PROTECTED]> wrote: > > Thanks for the reply Craig. I

Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Craig McClanahan
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig > McClanahan > Sent: Monday, January 16, 2006 2:11 PM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF? > > On 1/16/06, Jason Long <[EMAIL PROTECTED

RE: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Jason Long
Engineer BS Physics, MS Chemical Engineering http://www.supernovasoftware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 16, 2006 2:11 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: XSLT

Re: XSLT Transform to JSP XML syntax to Struts-Faces and JSF?

2006-01-16 Thread Craig McClanahan
On 1/16/06, Jason Long <[EMAIL PROTECTED]> wrote: > > I would like to migrate my application to JSF. I am using Struts 1.2.7, > Tiles, and XML Syntax JSPs. There are 150+ pages that use struts tags. I > am using a custom request processor that extends TilesRequestProcessor and > is modification