M.C.S. schrieb:
> [...] this only happens if Stripes' SourcepageResolution points to
> a JSP with nested stripes layouts [...]
>   


To be precise: It happens if the target JSP uses <s:layout-component>
and inside this <s:layout-render> with some added arguments.

Here my target JSP:

<%@ include file="/WEB-INF/pages/include.jsp" %>
<s:layout-render name="/WEB-INF/pages/layout/container.jsp">
    <s:layout-component name="content">
        <h1><fmt:message key="title" /></h1>
        <s:messages/>
        <br/>
        <s:errors />

        <s:layout-render 
                name="/WEB-INF/pages/layout/reusable/search.jsp" 
                action="/someOther.action"/>

    </s:layout-component>
</s:layout-render>


Returning the sourcePageResolution (implicit and explicit) fails,
forwarding to the jsp works.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to