[jboss-user] [JBoss Seam] - Re: Problem stateful beans sharing properties

2008-02-08 Thread markauro
Please, this is making me go mad can anybody tell me something about this 
question ??
Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4127698#4127698

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127698
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem stateful beans sharing properties

2008-02-08 Thread markauro
Thanks dexjam, 
yes, i just tried renaming the @Datamodel variable, and it works, seam create a 
different instance, but i have to rename all the bean variables so each bean 
has different properties names... what is supposed i need to do if i've so many 
  pages that make searchs of different things, i would rename all the 
properties in each action-bean... but they do the same action, this doesn't 
seems to be a pretty way.
I think nobody has this problem because all the posts i have seen talk about 
the opposite problem, people trying to share a variable between 
stateful/stateles beans, like if you put it directly into the session and then 
you retrieve form another action-bean... 
ok, i have the answer !! its inside my application :-)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4127736#4127736

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127736
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem stateful beans sharing properties

2008-02-08 Thread dexjam
Try renaming the @Datamodel variable, probably seam looks up the same List over 
and over again.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4127719#4127719

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127719
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user