Re: struts2 disable validation on page load

2012-10-06 Thread prashid
ess the form in the execute() method. To do this you'd need to change > your setup to: > > > list > /student.edit.tiles > > > > list > /student.edit.tiles > > > Then change your form declaration to: > > > > (*Chris*) > &

struts2 disable validation on page load

2012-10-06 Thread prashid
I am using xml based validation. *Problem:* I don't want validation to perform on input form when page loaded first time because all the fields are blank for user to fill in. Suppose for register form to add new student. It should perform once I click the button. *Note:* /I want to retain same u

Re: Need suggestion to get started Struts 2

2011-05-18 Thread prashid
Thanks for the reply, Yes, I am looking for sample CRUD application for Struts2 if there is any... I will buy Struts 2 In Action by Manning and give it a try. Any other resources online? How is Struts2 Black Book? -- View this message in context: http://struts.1045723.n5.nabble.com/Need-sugges

Need suggestion to get started Struts 2

2011-05-17 Thread prashid
Hi, I am new to Java but learning it fast. I have been working in ASP.NET C# for a long time now. Just want to learn Java EE. Just started Strut2 reading online material. Took lots of time to configure Netbeans 7 to work with Struts2 for HelloWorld example but finally did it. I have few things