Re: struts and java script and jsp

2005-02-01 Thread Kumar deepak
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" <[EM

Re: struts and java script and jsp

2005-02-01 Thread Hanson Char
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-

Re: struts and java script and jsp

2005-02-01 Thread Cedric Levieux
s help (E-mail)" Sent: Tuesday, January 25, 2005 5:20 PM Subject: struts and java script and jsp Hi, I'm not sure if this question is really about struts even though it occures in my struts application. My apologies if this is a bit off topic. I have a jsp logon page with two input f

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

struts and java script and jsp

2005-01-25 Thread Nadia Kunkov
Hi, I'm not sure if this question is really about struts even though it occures in my struts application. My apologies if this is a bit off topic. I have a jsp logon page with two input fields "userId' and "password" I of course have a corresponding ActionForm with the same attributes. When I op