Re: focusElement attribute in tag

2008-06-05 Thread Felipe Lorenz
t; > >> >> > >> >> Thanks Felipe. > >> >> Could you give me some pointers in writing this sort of Javascript > >> code > >> >> for > >> >> focussing on an element. > >> >> I am not well versed in Javas

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
focussing on an element. >> >> I am not well versed in Javascript. That's why. >> >> Thanks & Regards >> >> Ajay >> >> >> >> >> >> felipe.lorenz wrote: >> >> > >> >> > I do this by

Re: focusElement attribute in tag

2008-06-04 Thread Felipe Lorenz
> Thanks & Regards > >> Ajay > >> > >> > >> felipe.lorenz wrote: > >> > > >> > I do this by java scritp... > >> > > >> > On Wed, Jun 4, 2008 at 8:12 AM, StrutsUser < > [EMAIL PROTECTED]> > >> &

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
t. That's why. >> Thanks & Regards >> Ajay >> >> >> felipe.lorenz wrote: >> > >> > I do this by java scritp... >> > >> > On Wed, Jun 4, 2008 at 8:12 AM, StrutsUser <[EMAIL PROTECTED]> >> > wrote: >> > >>

Re: focusElement attribute in tag

2008-06-04 Thread Felipe Lorenz
have a requirement where I need to set the focus in a particular > >> element > >> when a page is loaded. I tried using the 'focusElement' attribute in > >> tag. I got the error 'Attribute focusElement invalid for tag > >> form > >> a

Re: focusElement attribute in tag

2008-06-04 Thread StrutsUser
M, StrutsUser <[EMAIL PROTECTED]> > wrote: > >> >> Hi, >> I have a requirement where I need to set the focus in a particular >> element >> when a page is loaded. I tried using the 'focusElement' attribute in >> tag. I got the error &

Re: focusElement attribute in tag

2008-06-04 Thread Felipe Lorenz
I do this by java scritp... On Wed, Jun 4, 2008 at 8:12 AM, StrutsUser <[EMAIL PROTECTED]> wrote: > > Hi, > I have a requirement where I need to set the focus in a particular element > when a page is loaded. I tried using the 'focusElement' attribute in >

focusElement attribute in tag

2008-06-04 Thread StrutsUser
Hi, I have a requirement where I need to set the focus in a particular element when a page is loaded. I tried using the 'focusElement' attribute in tag. I got the error 'Attribute focusElement invalid for tag form according to TLD'. I am using struts2-core-2.0.11.jar and