[jboss-user] [JBoss Seam] - Re: Using fine-grained pages.xml

matt.drees do-not-reply at jboss.com
Thu Nov 1 17:14:55 EDT 2007


"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#4101084

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101084



More information about the jboss-user mailing list