Re: saving a value in jsp?

2005-11-26 Thread hem hem
Hi , you said But if you stick to this then you can create a hidden field called name and on the onChange of the dropdown list set the value of the hidden field to the selected name. i was struct here mate.i already used hidden field to achieve this but i am getting the (name)val

user@struts.apache.org

2005-11-07 Thread hem hem
hi all, i am new to struts validation. i foung some nice tutorials which validates action forms using validator-rules.xml and validation.xml(which connects validator-rules.xml and formbean name in stuts-config.xml). but my form bean looks like this(i am using 2 more beans in my action form) w

how to use Struts validator to this action form-please help me

2005-11-07 Thread hem hem
hi all, i am new to struts validation. i foung some nice tutorials which validates action forms using validator-rules.xml and validation.xml(which connects validator-rules.xml and formbean name in stuts-config.xml). but my form bean looks like this(i am using 2 more beans in my action form) w

Re: testing struts

2005-10-20 Thread hem hem
tutorial so thst it saves my time. struts version=1.2 mochstrutstestcase version=2.3 your suggestions are very much appreciated regards and thanks in advance Adam Hardy <[EMAIL PROTECTED]> wrote: hem hem on 20/10/05 22:57, wrote: > > i am using struts jar 1.2 in my web app. > i

testing struts

2005-10-20 Thread hem hem
hi all, i am using struts jar 1.2 in my web app. i want to test my struts action classes and jsps using Junit are there any nice tutorials on this. i want to use MockStrutsTestcase in my junit tests your suggestions are very much appreciated regards and thanks in advance ---

Re: struts bean utils-problems with properties

2005-10-20 Thread hem hem
Object. 2005/10/19, hem hem : > > Hi all, > i am new to this forum.this is my first post.i hope this mailing list > helps me. > > in the first page in my struts web app, i need to enter the details of 5 > persons. > they have proprties name,sex,rollnumber and age > for t

struts bean utils-problems with properties

2005-10-19 Thread hem hem
Hi all, i am new to this forum.this is my first post.i hope this mailing list helps me. in the first page in my struts web app, i need to enter the details of 5 persons. they have proprties name,sex,rollnumber and age for that i created a bean with these 4 properties which have getter and setter