I just ran into something very strange!  Consider the following definition:

        <definition name="myapp.homePage"
template="/WEB-INF/layouts/page-container.jsp">
                <put-attribute name="title"     value="${title}" />
                <put-attribute name="top" 
value="/WEB-INF/tiles/main/header-top.jsp" />
                <put-attribute name="middle" 
value="/WEB-INF/tiles/main/header-middle.jsp"
/>
                <put-attribute name="bottom" 
value="/WEB-INF/tiles/main/header-bottom.jsp"
/>
                <put-attribute name="breadcrumbs"
value="/WEB-INF/tiles/main/header-breadcrumbs.jsp" />
                  ....
        </definition>

If the value for the substitution ${title} contains a hyphen as in
display-customer, I get an eventual out of memory error.  If I set a break
point in my code and change the variable by removing the hyphen, it works
fine!  

Peace,
Scott
-- 
View this message in context: 
http://www.nabble.com/StackOverflow-with-EL-tp21617199p21617199.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to