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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to