Hello,
I have the following rule:
| <page view-id="/abo_edit.xhtml"
no-conversation-view-id="/index.xhtml">
| <navigation
from-action="#{aboDelegateManager.setApplicationABODelegate}">
| <render view-id="/abo_edit_successful.xhtml"/>
| </navigation>
| </page>
|
If I type the URL to /abo_edit.seam directly into my browser, I can get to the page. I
expected from reading the documentation that what should happen is that I should see
content from the index.xhtml page in my app.
Why is the no-conversation-view-id attribute not being obeyed by Seam?
I use Seam 1.2.1.
Thanks,
Brad Smith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084462#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...