Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
Let me try it and find out. Thanks, Bini >>> Matt Raible 4/24/2009 12:04 PM >>> I would suggest reading the documentation: http://struts.apache.org/2.x/docs/validation.html If that doesn't help, I'd go for trial and error - that's how I usually figure our XWork's validation. ;-) Matt On Fr

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Matt Raible
I would suggest reading the documentation: http://struts.apache.org/2.x/docs/validation.html If that doesn't help, I'd go for trial and error - that's how I usually figure our XWork's validation. ;-) Matt On Fri, Apr 24, 2009 at 1:02 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
So on User-validation.xml can i differentiate like ,all of the user fields on sign up page needs validation and set validation false for edit page-userfields? Is there any settings i have to do on userlist.jsp? So can i do based on page name and fields? Now i can see the validations based on f

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
Thank you for the quick responses. I will try to find it out. Thanks again.. Bini >>> Matt Raible 4/24/2009 12:04 PM >>> I would suggest reading the documentation: http://struts.apache.org/2.x/docs/validation.html If that doesn't help, I'd go for trial and error - that's how I usually figure

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Matt Raible
No, you should be able to modify that one. On Fri, Apr 24, 2009 at 12:44 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.gov> wrote: > > I have one validation xml file for signup page. I used the validation under > src/main/recources/groudid./model/User-validation.xml. > Still do

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
I have one validation xml file for signup page. I used the validation under src/main/recources/groudid./model/User-validation.xml. Still do i have to run "appfuse:full- source"?. >>> Matt Raible 4/24/2009 11:32 AM >>> If you don't have a SignupAction-validation.xml under your src/main/res

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Matt Raible
If you don't have a SignupAction-validation.xml under your src/main/resources directory, I'd recommend running "appfuse:full-source" so you do. Matt On Fri, Apr 24, 2009 at 12:28 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.gov> wrote: > Struts2. I have used Struts2 Basic for sta

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
Struts2. I have used Struts2 Basic for starting. >>> Matt Raible 4/24/2009 11:24 AM >>> Which web framework are you using? On Fri, Apr 24, 2009 at 12:16 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.gov> wrote: > Instead of capturing from registration screen.,i am just creating a

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Matt Raible
Which web framework are you using? On Fri, Apr 24, 2009 at 12:16 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.gov> wrote: > Instead of capturing from registration screen.,i am just creating a random > username and default password behind the scene. > I have to create the Username

Re: [appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
Instead of capturing from registration screen.,i am just creating a random username and default password behind the scene. I have to create the Username and password based on some policy.so in the db username and password field are there. It is not displaying in the jsp pages. >>> Bini Mukundan

[appfuse-user] Validation problem on edit profile

2009-04-24 Thread Bini MukundanVisalakshy
I am using Appfuse 2.0.2 with Oracle as backend. I have used the registration page(Signup.jsp) and created some records in the DB. Now what i require is to create a search based on confirmation number and review that users. I have created the search page and i used the 'View user' to customize

[appfuse-user] validation problem

2008-06-16 Thread Anshu Dhamija
Hi I want to apply validation on one of my screen which is accessed before login(forgot password) but I am not able to do so.I have placed validation.xml at the right path also it is directly below the action class in my war Can anybody please help me ? Are there any changes required in sec

Re: [appfuse-user] validation problem

2008-05-28 Thread Matt Raible
t; Regards > Anshu > > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2008 7:04 PM > To: users@appfuse.dev.java.net > Subject: Re: [appfuse-user] validation problem > > This should help: > > http://struts.apache.org/2

RE: [appfuse-user] validation problem

2008-05-28 Thread Anshu Dhamija
Subject: Re: [appfuse-user] validation problem This should help: http://struts.apache.org/2.x/docs/validation.html Matt On Wed, May 28, 2008 at 7:23 AM, Anshu Dhamija <[EMAIL PROTECTED]> wrote: > > Thanx a lot > Its my mistake I used required instead of requiredstring > > Is t

Re: [appfuse-user] validation problem

2008-05-28 Thread Matt Raible
il or some thing else? > > Regards > Anshu > > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2008 6:00 PM > To: users@appfuse.dev.java.net > Subject: Re: [appfuse-user] validation problem > > You may want to verify

RE: [appfuse-user] validation problem

2008-05-28 Thread Anshu Dhamija
: Re: [appfuse-user] validation problem You may want to verify your UserUpdateAction-validation.xml is next to your UserUpdateAction.class in the final WAR. Matt On Wed, May 28, 2008 at 4:44 AM, Anshu Dhamija <[EMAIL PROTECTED]> wrote: > I have done the following steps > > added U

Re: [appfuse-user] validation problem

2008-05-28 Thread Matt Raible
t; > > All the above steps are mentioned in tutorials but it is not working > > If I click submit without filling any of the fields it shows mein error > message but if I fill on of the field the error message is still shown there > > Can anyone tell me where is my mistak

[appfuse-user] validation problem

2008-05-28 Thread Anshu Dhamija
Can anybody tell me how to apply validation in my application? I have followed the tutorial but was not able to apply validation. Regards Anshu