Re: html:button

2008-04-02 Thread Antonio Petrelli
2008/4/2, puneet duggal <[EMAIL PROTECTED]>: > frnds how to use Simple html:button to perform action in action class > without using submit button Use Javascript in the onclick attribute. Antonio - To unsubscribe, e-mail: [EM

Re: html:button

2007-02-27 Thread Romu
try with html tag may be ? 2007/2/27, Romu <[EMAIL PROTECTED]>: 2007/2/26, Michael Jouravlev <[EMAIL PROTECTED]>: > > I have no idea, but does it work without Javascript assigned to the > button? > > On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I realise this

Re: html:button

2007-02-27 Thread Romu
n 2007/2/26, Michael Jouravlev <[EMAIL PROTECTED]>: I have no idea, but does it work without Javascript assigned to the button? On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote: > Hi, > > I realise this is probably not a struts problem and I feel a bit silly posting this question but he

Re: html:button

2007-02-26 Thread Michael Jouravlev
I have no idea, but does it work without Javascript assigned to the button? On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote: Hi, I realise this is probably not a struts problem and I feel a bit silly posting this question but here goes: I'm using html:button with EventDispatchAction but

Re: html:button

2007-02-26 Thread Romu
the name of your form is not correct : TeachingMethodForm --> should be teachingMethodForm. it could be annoying. could u post the place ( struts-config) where u declare your form? 2007/2/26, Strachan, Paul <[EMAIL PROTECTED]>: Hi, I realise this is probably not a struts problem and I fe

Re: html:button validation problem

2005-07-20 Thread EROL TEZCAN
Definitely true. When I changed my code to "return validateCagriAcmaFormu(window.document.cagriAcmaFormu)" instead of "return validateCagriAcmaFormu(this)" it works fine. Thank you Amitava. Erol [EMAIL PROTECTED] wrote: Erol, The problem is not with html:button but with 'this'. 'this

Re: html:button validation problem

2005-07-20 Thread amitava . basak
Erol, The problem is not with html:button but with 'this'. 'this' refers to the object from which the function is called. So in your first case 'this' refers to the form object whereas in the second case it refers to the button object. Amitava Basak ASE(T) Tata Consultancy Services Limited M