[jboss-user] [JBoss Seam] - Re: Problem with el parameter in dataTaqble
dajevtic
do-not-reply at jboss.com
Wed Jun 27 11:23:59 EDT 2007
Could it be that you are not in the same conversation?
Meaning: After the page is displayed, your bean is probably destroyed (also your projects).
You should begin the conversation in your Factory, not in your select method.
For the select method use @Begin(join=true), for your factory use @Begin annotation.
Hope it helps.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058249#4058249
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058249
More information about the jboss-user
mailing list