[jboss-user] [JBoss Seam] - Re: problems with refreshing view after entity change
przadka
do-not-reply at jboss.com
Thu Aug 30 18:15:50 EDT 2007
hi,
thankts for the reply. unfortunately it does not seem to be the contexts issue. adding
| Contexts.getConversationContext().remove("research");
|
in the session bean (just before the return call) did not help.
i also tried with:
| Contexts.getPageContext().remove("research");
| Contexts.getSessionContext().remove("research");
|
without any success. the page keeps displaying the old state of the entity bean.
any other suggestions?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079793#4079793
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079793
More information about the jboss-user
mailing list