On Wed, 2008-03-05 at 17:18 -0500, Griffith, Michael * wrote:
[snip]

>  
> 
> Is this a good application for writing my own interceptor for? 


You would want to write your own "Result Type" for this. Writing your
own results is not as well documented as writing your own interceptors,
but since you are combining the functionality of two built-in result
types, it may be "pretty simple." 

Another possible choice would be to use the s:action tag with
executeResult set to true... 
http://struts.apache.org/2.x/docs/action.html
Then, have one action that uses a tiles result, but in that result, have
the s:action call the action which will render the xslt result. 

-Wes

Reply via email to