[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-23 Thread utiba_davidr
Hi, Should the same technique be used to layer xhtml resources like EJB's can be (using the @Install annotation)? If so, how would you have multiple pages.xml files - and would it conflict? Say I had a real view: "/product/function.xhtml" and I had customised version of it deployed at a par

Re: [jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-23 Thread David Radunz
Hi, Should the same technique be used to layer xhtml resources like EJB's can be (using the @Install annotation)? If so, how would you have multiple pages.xml files - and would it conflict? Say I had a real view: "/product/function.xhtml" and I had customised version of it deployed at a p

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread texan
Perfect! As always, thanks so much for answering so many questions!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057073#4057073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057073

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread [EMAIL PROTECTED]
pages.xml for a fake view id is like: | | | | | or something close to that. There is no /entryPoint.xhtml file. thats just the URL you want to appear in the browser. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057064#4

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread [EMAIL PROTECTED]
A page action is the right way to do it. If you don't want it to be reinvoked on subsequent partial submits, you have two options: (1) map the page action to a "fake" view id - yes, a page action is allowed to perform navigation and result in a different view id, just like struts! Perhaps thats