yes, every page can have its own layout.
you can set the layout as a property of the page in the -pages.xml or -portal.xml
example:
| pages>
| <portal-name>default</portal-name>
| <page>
| <page-name>zengarden</page-name>
| <layout-name>zenLayout</layout-name>
| <window>
| <window-name>ZenIntroWindow</window-name> <instance-ref>/zengarden.ZenIntro.ZenIntroInstance</instance-ref>
| ....
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885515#3885515
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885515
|