[jboss-user] [JBoss Seam] - Re: Wich contexts can be accesed directly by JSF ?

Yacho do-not-reply at jboss.com
Tue Aug 21 10:35:17 EDT 2007


OK Sorry ive read the tutorial once again (thats probably the 20th time ai read it) and now i catch everything - forgot that the @scope defines default scope.

One last thing.

Suppose i have a form wich is quite complex.
Form is bound to two entities. A and B.

Before i persist the A and B beans id like to manipulate their values - can i do that using getters and setters like in normal POJO ?

Also after persisting A and B i want to create object C (
from C entity bean) manipulate its values and persist it - so i need new C object - can i Instantinate it like normal POJO ? (e.g C cObj = new C();)


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

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



More information about the jboss-user mailing list