Hi, 
I am developing a small Seam application using regular JavaBeans and Hibernate.
I succesfully used the "@Scope(CONVERSATION), using facelets and xhtml.  For 
another reason I converted the application to use old JSP, and now the 
CONVERSATION doesn't work. I have a button that creates a @DataModel list, and 
in the debug log I can see JBoss destroying the conversaion context just after 
the list has been displayed, so nothing happens when I select an item in the 
list.
It worked flawlessly using the same code in xhtml.

I can get it to work using @Scope(SESSION) instead, but then I loose the nice 
conversations (using multiple tabs etc) I suppose.

Any ideas?

Cheers;
Tomas


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to