[jboss-user] [JBoss Seam] - Re: query object question...
minamti
do-not-reply at jboss.com
Sat Jan 5 14:57:42 EST 2008
come back by redirect defined in pages.xml.
| <page view-id="/addfoo.xhtml" login-required="true" action="#{foo.createFoo}">
| <navigation from-action="#{identity.logout}">
| <redirect view-id="/home.xhtml"/>
| </navigation>
| <navigation from-action="#{foo.confirm}">
| <redirect view-id="/listFoo.xhtml"/>
| </navigation>
|
| </page>
|
listFoo is not updated with latest entry. Is there a way I can make it hapen ?
Thanks,
M
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117330#4117330
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117330
More information about the jboss-user
mailing list