"chris.simons" wrote :
| I've also read that Seam 2.0 will support specifying additional pages.xml files
rather than only have two options. Is this definitely in the 2.0 roadmap?
Yes, Seam 2 supports this, with something like the following in components.xml:
| <navigation:pages>
| <navigation:resources>
| <value>/WEB-INF/pages.xml</value>
| <value>/WEB-INF/pages-admin.xml</value>
| ...
| </navigation:resources>
| </navigation:pages>
|
I don't think it's documented yet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101084#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...