In my pages.xml I have the following:
<page view-id="/someFolder/controller.xhtml"
conversation-required="false" />
|
| <page view-id="/someFolder/*" conversation-required="true"
/>
Unfortunately that doesn't work: Seam thinks a conversation is still required for
controller.xhtml. Is the only solution to explicitly put
conversation-required="true" for every single page in that folder, is there
another way I'm overlooking, or is this a bug?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100418#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...