RE: migration to tiles2 - put attribute into request scope?
I sent this tiles issue the wrong list. Sorry for crossposting to struts and tiles. BTW: Got it working with an additional import statement: Main.jsp main.jsp: navigation.jsp tiles2: main.jsp:
migration to tiles2 - put attribute into request scope?
Hi, I migrated a webApp from tiles1 to tiles 2.0.5 and got one thing not working. I cannot put an attribute into request scope to make it accessible by other frameworks. Sample code is below: It is the attribute with name=activeTab tiles 1: main.jsp: