[jboss-user] [JBoss Seam] - Re: List re-initialization after nested conversation

beligum do-not-reply at jboss.com
Thu Sep 27 20:03:18 EDT 2007


Hi Jacob,

(not at home right now, don't have the code at hand, but coming up)

that's exactly what I'm doing, except for the 


  | @Begin(nested=true)
  | public void withinNestedConversation() {
  |   myList = new ArrayList();
  |   myList.add(somethingElse);
  | }
  | 

I don't really touch myList in this method, only 'somethingElse'.
It gets updated with new values, persisted to the db and refreshed.


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

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



More information about the jboss-user mailing list