Since the Template Tag now is deprecated, how do I mangage to solve this
issue with Tiles?

      ContentMap cm = ContentMap contentMap = new ContentMap();
        contentMap.put("top", new Content("page1.java", "false"));
        contentMap.put("left", new Content("page2.java", "false"));
        contentMap.put("right", new Content("page3.java", "false"));
        contentMap.put("bottom", new Content("page4.java", "false"));
      ContentMapStack.push(pageContext, cm);

Regards,
Ove Ranheim
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to