[jboss-user] [JBoss Seam] - Re: Switching instance of backing bean of JSF page with Seam
tim_ph
do-not-reply at jboss.com
Thu Nov 8 16:34:16 EST 2007
It's very sticky.
After setting id to new object and return "success" from method action, the URL is showing applicationId = new application ID, but the instance on the page is still the same old one! Arghhh...
| Long id = newclone.getId();
| applicationHome.setId(id);
| applicationHome.setInstance(newclone);
| return "success";
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103098#4103098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103098
More information about the jboss-user
mailing list