[JBoss-user] [JBoss Seam] - Ajax¤JSF with Seam

2006-07-10 Thread tobad
Hi I've been using Seam for a while now. I'm currently using 1.0.1 GA with the embedded container in Tomcat. Right now I have one page with several datatables on it. When a user clicks on a selection on the first table the other two are updated. This is currently done via a normal HTTP request bu

[JBoss-user] [JBoss Seam] - Re: Oracel ADF, Facelets, Seam and

2006-02-03 Thread tobad
In the end it seams like the debugging is the problem. In org.apache.myfaces.util.DebugUtils at line 313 | if (childCount > 0) | { | for (Iterator it = comp.getChildren().iterator(); it.hasNext(); ) | { |

[JBoss-user] [JBoss Seam] - Oracel ADF, Facelets, Seam and

2006-02-02 Thread tobad
Hi I'm trying to get Oracle ADF to work with Facelets and Seam and everything works fine until I try to use component that accesses a scoped variable (the code works fine with plain JSP). The setups is done according to this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74968

[JBoss-user] [JBoss Seam] - Re: EntityManagerFactory not found

2006-02-01 Thread tobad
Thanks for the help! It works perfectly now /T View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921018#3921018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921018

[JBoss-user] [JBoss Seam] - Re: EntityManagerFactory not found

2006-02-01 Thread tobad
Ok after trying some more I've noticed that it works if I jar the classes (RegisterAction and User) and add them to the web-inf\lib directory instead of having them under web-inf\classes unjared. Is there any specific reason for this or is it a bug? /Tobias View the original post : http://www

[JBoss-user] [JBoss Seam] - EntityManagerFactory not found

2006-02-01 Thread tobad
Hi I would appreciate some help as I can't solve this. I've got a test application started running with Tomcat and the embedded ejb container. I've now trie to add my own persitance context and constantly get the EntityManagerFactory not found exception even though I can see the managed contexts

[JBoss-user] [JBoss Seam] - Re: VariableResolver 'user' not found error

2006-01-31 Thread tobad
Thank you for the answer. In the end I checked out a version from CVS (its from the 26th) It now deploys fine as can be seen in the log | 2006-01-31 23:15:25,812 [http-8084-Processor25] INFO org.jboss.seam.deployment.Scanner - scanning: C:\dev\java\seamtest\build\web\WEB-INF\classes | 2006

[JBoss-user] [JBoss Seam] - VariableResolver 'user' not found error

2006-01-31 Thread tobad
I'm using Tomcat 5.5.9 with Seam Beta 1 and the embedded jboss microcontainer. I've followed the exampel from the manual regarding User and RegisterAction but I'm encountering some problems. The components register fine in Seam but the Variableresolver can't find them, I get the following error