All,
Struts 2.0.11.1
Tiles 2.0.6
Is the following valid in a given JSP fragment/Tile?
I'm trying to use the "companyId" attribute of my session to help define
the name of a Tile definition.
Assuming that session has a "companyId" attribute, of course.
<tiles:insertDefinition name="${#session.companyId}_compensation" />
Thanks,
Wes

