You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2008/06/16 20:21:05 UTC

[jira] Issue Comment Edited: (TILES-278) Solution to TILES-232 not working when action has a XSLT result type

    [ https://issues.apache.org/struts/browse/TILES-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44180#action_44180 ] 

brenmcguire edited comment on TILES-278 at 6/16/08 11:20 AM:
------------------------------------------------------------------

It runs, but I get the same error that you describe. So the bug itself has not been resolved.
Anyway it is not a bug of Tiles, but of Struts 2, in particular of XSLTResult class.
See WW-2538.

      was (Author: brenmcguire):
    It runs, but I get the same error that you describe. So the bug itself has not been resolved.
Anyway it is not a bug of Tiles, but of Struts 2, in particular of XSLTResult class.

  
> Solution to TILES-232 not working when action has a XSLT result type
> --------------------------------------------------------------------
>
>                 Key: TILES-278
>                 URL: https://issues.apache.org/struts/browse/TILES-278
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.0.6
>         Environment: Jboss 4.2.2, struts2.0.11 tiles 2.0.6
>            Reporter: Scott Jones
>         Attachments: TilesTestCase278.war, TilesTestCase278.war
>
>
> The solutions to 232 gave me hope.
> I have a menu that is maintained and filtered as xml. I have my action set up to return a result of type='xslt'
> This works great when I map to the action, it returns my menu just as I expect.
> When I include it in a tile, it  now returns which it did not before the changes in 2.0.6 and modifying the filter dispatcher definition.
> But the rest of the page then fails. I get a exception from the server
> Servlet.service() for servlet jsp threw exception
> java.io.IOException: Stream closed
> I do not have a menu.jsp, nor do I want one. With the action mapping taking care of the transform and no other core struts mechanisms for xml transformation I would like to use the xslt result type.
> Thanks for any insight you can provide.
> -Scott

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.