[jboss-user] [JBoss Seam] - Re: Destroying Context Variable

terryb do-not-reply at jboss.com
Fri Oct 26 03:24:43 EDT 2007


I had cut it to reduce confusion, since you asked for what I return from those methods. Yes I use it those methods see below, but here I use it to remove context variables for pulldown lists for jsf page.

@Override
public String persist() {

...

 } catch (ActivityLoggerException e) {
   //skip
 }
  Contexts.removeFromAllContexts("organisationUserListAll");	 
 }
  return returnStatus;
}

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099132#4099132

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099132



More information about the jboss-user mailing list