Thanks d. Can you think of a way to coerce an evaluated string into this property? I nearly have reduced S2 to "Strails" <Struts on Rails> with the exception of a couple of issues standing in the way. Dude, would you be interested in critiquing my app once I finish it? I have a full-blown S2 app running with Hibernate 3, Spring, the works and less than 100 lines of code in total! That includes HTML!
1. #session.mappedRequest 2. #session.tile 3. #session.symbolicName I'll tease you with my most verbose section of code: <action name="noun_*" method="{1}" class="noun"> <result name="input" type="tiles">${#session.tile}</result> <result name="list" type="tiles">${#session.tile}</result> <result name="add" type="tiles">${#session.tile}</result> <result name="show" type="tiles">${#session.tile}</result> <result name="edit" type="tiles">${#session.tile}</result> <result name="destroy" type="tiles">${#session.tile}</result> </action>