Layout attributes not always available within layout definition
---------------------------------------------------------------

                 Key: STS-795
                 URL: http://www.stripesframework.org/jira/browse/STS-795
             Project: Stripes
          Issue Type: Bug
          Components: Tag Library
    Affects Versions: Release 1.5.5
            Reporter: Peter Mahoney


Using the example below, 1.5.5 and 1.5.6-SNAPSHOT output:

TEST1:hello TEST2: 

At top level:
<s:layout-render name="test.jsp" test="hello" >
</s:layout-render>

test.jsp:
<s:layout-definition>
        TEST1:${test}
        
        <s:layout-render name="/WEB-INF/themes/layouts/blanklayout.jsp" >
                <s:layout-component name="pageHead">
                        TEST2:${test}
                </s:layout-component>
        </s:layout-render>
</s:layout-definition>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to