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

2007-05-03 Thread [EMAIL PROTECTED]
Which version of Seam is this, and which environment is it running in? Have you tried to generate a new project with Seam-gen? It will implement all the necessary security configuration and classes for authentication. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam complained about Identity

2007-05-03 Thread tonylmai
I am using Seam 1.2.1GA with JBoss AS 4.0.5GA, JSF 1.2. The project was generated with seam-gen. Here is a snippet of my login.xhtml page: div | label jsfc=h:outputLabel for=loginID#{res['login.loginId.label']}/label | input jsfc=h:inputText type=text name=loginID id=loginID |

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

2007-05-03 Thread tonylmai
I took everything out of the login.xhtml page and all things referencing to identity in the pages.xml and am still running into this exception. Any idea on where else to look for? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042872#4042872 Reply to the post

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

2007-05-03 Thread hstang
A little off-topic here but the latest cvs update complains that Identity don't have securityRules. This causes startup errors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042893#4042893 Reply to the post :

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

2007-05-03 Thread [EMAIL PROTECTED]
tonylmai wrote : I took everything out of the login.xhtml page and all things referencing to identity in the pages.xml and am still running into this exception. | | Any idea on where else to look for? Does it work using MyFaces? View the original post :

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

2007-05-03 Thread [EMAIL PROTECTED]
hstang wrote : A little off-topic here but the latest cvs update complains that Identity don't have securityRules. This causes startup errors. Could you please post the stack trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043038#4043038 Reply to the