[jboss-user] [JBoss Seam] - Re: Error calling action method of component

2007-05-16 Thread sandytech
Same error is been displayed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046048#4046048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046048 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Error calling action method of component

2007-05-16 Thread sandytech
ya i rebuilt the application and redeployed it.still i get the same error like [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception javax.servlet.ServletException: Error calling action method of component with id register:register View the original post :

[jboss-user] [JBoss Seam] - Error calling action method of component

2007-05-15 Thread sandytech
Hi All, I used Seam Gen and developed a simple registration application in which i've registration page and a thank you page.In the registration page,I used h:commmandButton value=Register action=#{register.register} But when i click that register button i'm getting an error like

[jboss-user] [JBoss Seam] - Re: Error calling action method of component

2007-05-15 Thread sandytech
Even i tried your code its the same error.I'm getting an error like javax.servlet.ServletException: Error calling action method of component with id register:register View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045780#4045780 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error calling action method of component

2007-05-15 Thread sandytech
User.java is a stateless bean and Register.java is an interface and RegisterAction.java is the implementation of the interface Register. User.java -- package com.vds.seamregistration.bean; import static org.jboss.seam.ScopeType.SESSION; import javax.persistence.Entity; import

[jboss-user] [JBoss Seam] - Problem with the Controller

2007-05-09 Thread sandytech
Hi All, In my application before the first page is displayed i need to check whether that page is to be displayed or not.For this i'm using a servlet in which i'll check some conditions and then forward to the corresponding page.While forwarding i'm using RequestDispatcher object.If the

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread sandytech
I copied all the jars from Seam lib to my working lib folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044220#4044220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044220

[jboss-user] [JBoss Seam] - Problem with Seam in Eclipse

2007-05-09 Thread sandytech
Hi All, I followed the below link to start a seam application in Eclipse. http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEclipseHowto.I've done as it is given but when i'm deploying the application its showing an error like 15:09:27,203 ERROR [MainDeployer] Could not initialise deployment:

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread sandytech
I'm using Seam 1.1.6GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044248#4044248 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044248 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Opening a site in Seam

2007-05-04 Thread sandytech
Hi All, I'm trying to build an registration application,in which after registrtaion is completed,the page is navigated to thankyou page.In thankyou page is submitted, it should go to home page which is like this www.singforsatisfaction.com how can i do this??Can anyone tell me how to

[jboss-user] [JBoss Seam] - Using templates in Seam

2007-05-04 Thread sandytech
Hi All, In my application some part of the code in every page is common.So i want to use templates for that.How can i use that??Can anyone tell me how to do that? Thanks in advance, Sandy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043132#4043132

[jboss-user] [JBoss Seam] - Error while navigating from one page to another

2007-05-02 Thread sandytech
Hi Everyone, I'm working with Seam framework since 1 week.I successfully run the seam-booking example.Now I'm trying to start my application which is just a registration page.So i started modifications in the booking example.Everything is working fine when the url is

[jboss-user] [JBoss Seam] - Re: Error while navigating from one page to another

2007-05-02 Thread sandytech
16:14:28,617 INFO [Lifecycle] starting up: org.jboss.seam.security.identity 16:14:37,601 ERROR [SeamPhaseListener] uncaught exception javax.faces.el.EvaluationException: Exception while invoking expression #{register.invalid} at

[jboss-user] [JBoss Seam] - Re: Error while navigating from one page to another

2007-05-02 Thread sandytech
The above one is on the server console.The below one is the content in the debug page JBoss Seam Debug Page This page allows you to view and inspect any component in any Seam context associated with the current session. Conversations conversation id activity description view id 12 10:44:37

[jboss-user] [JBoss Seam] - Error while using Email validation Annotation

2007-04-19 Thread sandytech
Hi All. I'm using @Email validation for validating email field,while compiling I'm getting an error like E:\workspace\SeamRegistration\examples\booking\src\org\jboss\seam\example\booking\User.java:117: cannot find symbol [javac] symbol : class Email [javac] location: class

[jboss-user] [JBoss Seam] - Re: Error while using Email validation Annotation

2007-04-19 Thread sandytech
I solved this problem that was because of not importing the class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038863#4038863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038863

[jboss-user] [JBoss Seam] - Re: TypeNotPresentException

2007-04-18 Thread sandytech
ya i selected ejb3 profile View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038250#4038250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038250 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - TypeNotPresentException

2007-04-17 Thread sandytech
Hi Everyone, I installed JBossAS using Jems Installer and trying to run a Seam application which i downloded from Devx site.But whiledeploying it to the server I'm getting the error like java.lang.TypeNotPresentException: Type javax.ejb.Interceptors not present at