Sorry I'm late to this party but just did some quick testing and there is one 
more functional change to be aware of. Following layout:

<layout-definition>
 <layout-component name="body">
        <layout-component name="content">
        </layout-component>
 </layout-component>
</layout-definition>

With 1.5.3 if rendered a page with:

<layout-render name="/layout.jsp">
        <layout-render name="content">
        my content here
        </layout-render>
</layout-render>

It would get rendered as expected. with 1.5.x it does not. The body is blank 
and only the items around <layout-component name='body'> are rendered. I just 
removed the body tag as I was never using it in, but it is a difference and may 
affect someone else.

-Nick

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to