[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread [EMAIL PROTECTED]
Does view-id=* work for you? | page view-id=* |... | /page | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003891#4003891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003891

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread petemuir
Yes. Thanks :) I also noticed that h:commandLink action=fooFoo/h:commandLink doesn't work if you have the navigation rule in pages.xml (as expected I suppose) whilst of course s:link action=fooFoo/s:link works. View the original post :

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread [EMAIL PROTECTED]
Oh.. Hmm... I might be missing something obvious, but I don't see why that shouldn't work. It sounds like a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003908#4003908 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread petemuir
Yeah, you're right, it should work. I was getting confused. http://jira.jboss.org/jira/browse/JBSEAM-674 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003931#4003931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003931

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread [EMAIL PROTECTED]
Did the following not work: page view-id=... | | navigation | rule for-outcome=foo | render view-id=/foo.xhtml/ | /rule | /navigation | | /page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003973#4003973

[jboss-user] [JBoss Seam] - Re: Global navigation rules in pages.xml

2007-01-19 Thread spambob
Is this also supposed to work when I refer to global navigation rules from pageflow .jpdl.xml files? I.e. I have in a jpdl.xml file: page name=home view-id=home redirect=true | end-conversation/ | /page And in my pages.xml file: page view-id=* | navigation | rule