[jboss-user] [JBoss Seam] - Re: clear object from conversation

2007-03-06 Thread damianharvey
Thanks. For anyone else looking for this, it's in the reference, and you use the following code: Contexts.removeFromAllContexts("myObjectHome"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025469#4025469 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: clear object from conversation

2007-03-02 Thread [EMAIL PROTECTED]
you would also need to remove the object from whatever context variable you have bound it to - otherwise the form will just be re-rendered with the same object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024690#4024690 Reply to the post : http://www.jbo