[jboss-user] [JBoss Seam] - How to well form navigation for extended el
Stateless Bean
do-not-reply at jboss.com
Wed Apr 4 07:42:21 EDT 2007
hi,
i have action
| <s:link value="some text" action='#{rocketCenterAction.showDetailedUnit("26")}' />
|
and declaration in pages.xml
| <page view-id="/pages/RocketCenter.xhtml">
| <restrict>#{s:hasRole('user')}</restrict>
|
| <navigation from-action="#{showDetailedViewAction.showDetailedUnit}">
| <redirect view-id="/pages/AnotherPage.xhtml"/>
| </navigation>
| </page>
|
method seems to be excecuted (tested: System.out...)
but there is ono redirect to: AnotherPage.xhtml
whats wrong? maybe using extended EL with param need some special declaration in pages....?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034502#4034502
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034502
More information about the jboss-user
mailing list