Re: struts and java script and jsp

2005-02-01 Thread Kumar deepak
Hi, Please have a look at: http://roseindia.net/struts/address_struts_validator.shtml Tutorial shows you how to validate using sturts generated java scripts. Regards Deepak Kumar --- Hanson Char <[EMAIL PROTECTED]> wrote: > > Then, where does it come up with "username"? > > Could it be that

Re: struts and java script and jsp

2005-02-01 Thread Hanson Char
> Then, where does it come up with "username"? Could it be that you have "username" specified in validator.xml ? H On Tue, 1 Feb 2005 11:22:48 +0100, Cedric Levieux <[EMAIL PROTECTED]> wrote: > Hi, > > You have this JavaScript code cause you ask into the tag the > ability to focus on a form fi

Re: struts and java script and jsp

2005-02-01 Thread Cedric Levieux
Hi, You have this JavaScript code cause you ask into the tag the ability to focus on a form field. But btw I don't understand why the javascript code didn't work :p Regards, Cedric - Original Message - From: "Nadia Kunkov" <[EMAIL PROTECTED]> To: "Struts help (E-mail)" Sent: Tuesday,

RE: struts and java script and jsp

2005-01-25 Thread Nadia Kunkov
Thank you, you are right... Silly of me to not have noticed that. Appreciate your help. NK -Original Message- From: Will Stranathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 11:46 AM To: Struts Users Mailing List Subject: Re: struts and java script and jsp That code is

Re: struts and java script and jsp

2005-01-25 Thread Will Stranathan
That code is being put in because you set the focus attribute of the html:form tag, but there is no attribute called username. w On Tue, 25 Jan 2005 11:20:36 -0500 "Nadia Kunkov" <[EMAIL PROTECTED]> wrote: Hi, I'm not sure if this question is really about struts even though it occures in my str