SEAM nagivation based on function with parameters
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-13T02:51:10Z
Indexed on
2010/04/13
2:52 UTC
Read the original article
Hit count: 351
How do you setup a navigation rule based on a function with parameters in SEAM ?
For example
<page view-id="/firstPage.xhtml" back="enabled">
<navigation from-action="#{actionBean.fetchItem(int index)}">
<redirect view-id="/itemDetail.xhtml" />
</navigation>
</page>
Thanks
© Stack Overflow or respective owner