Re: Clear up concept of validation() call

2010-11-18 Thread Anjib Mulepati
Sure Dave I will look into these docs. Thanks Anjib On 11/18/2010 11:12 AM, Dave Newton wrote: You'll also need the validation plugin [1], and you might want to read the validation docs as well [2]. Dave [1] http://struts.apache.org/1.3.10/userGuide/building_view.html#form_validation

Re: Clear up concept of validation() call

2010-11-18 Thread Anjib Mulepati
Thanks Pawel That was the problem. I have validate="false". don't know why I did that? :) And I guess default value is true for this right? Thanks again Anjib On 11/18/2010 11:02 AM, Paweł Wielgus wrote: Hi Anjib, have You set validate=true in struts-config.xml for this action like below? <

Re: Clear up concept of validation() call

2010-11-18 Thread Dave Newton
You'll also need the validation plugin [1], and you might want to read the validation docs as well [2]. Dave [1] http://struts.apache.org/1.3.10/userGuide/building_view.html#form_validation [2] http://struts.apache.or

Re: Clear up concept of validation() call

2010-11-18 Thread Paweł Wielgus
Hi Anjib, have You set validate=true in struts-config.xml for this action like below? < action path="/path/to/action" type="com.UploadAction" name="myTestForm" input="tile.definition" validate="true" > Best greetings, Paweł Wielgus. 2010/11/18 Anjib Mulepati : > Hi everyone > > I got confuse w