Re: Submitting forms with javascript in struts [*]

2006-09-13 Thread Andreas . Hartmann
Hello! Unfortunately the last posted solution didn't work either. That's why I'm using another way now to get the form submitted via href and javascript. The javascript function calls the existing submit-button and does a click: document.myform.target="mytarget"; document.myform.myproperty.value=

RE: Submitting forms with javascript in struts

2006-09-12 Thread Raghuveer
for "document.formname.value" to be worked you need to use mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:50 PM To: user@struts.apache.org Subject: Submitting forms with javascript in struts Hello, I do have a problem, because I don't know how to submit a form wit

RE: Submitting forms with javascript in struts

2006-09-12 Thread Ray Madigan
e = what; then if your form as the proper setters and getters for cpKey you can get the value in your action method. Hope this helps -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:20 AM To: user@struts.apache.org Subject: Submit

Re: Submitting forms with javascript in struts [*]

2006-09-12 Thread Puneet Lakhina
On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 9/12/06, puneet.lakhina wrote: >>On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> On 9/12/06, puneet.lakhina wrote: >> > >> On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: > >>> > >>> > >>> Hello, > >>> > >>> I

Re: Submitting forms with javascript in struts [*]

2006-09-12 Thread Andreas . Hartmann
On 9/12/06, puneet.lakhina wrote: >>On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> On 9/12/06, puneet.lakhina wrote: >> > >> On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>> Hello, > >>> > >>> I do have a problem, because I don't know how to submit a form

Re: Re: Submitting forms with javascript in struts [*]

2006-09-12 Thread Puneet Lakhina
On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 9/12/06, puneet.lakhina wrote: > On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I do have a problem, because I don't know how to submit a form with >> javascript >> in struts. >> >> Normally, I'm submit

Antwort: Re: Submitting forms with javascript in struts [*]

2006-09-12 Thread Andreas . Hartmann
On 9/12/06, puneet.lakhina wrote: > On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I do have a problem, because I don't know how to submit a form with >> javascript >> in struts. >> >> Normally, I'm submitting forms like this: >> >> >> >> >> >> I'm receiving the

Re: Submitting forms with javascript in struts

2006-09-12 Thread Puneet Lakhina
On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I do have a problem, because I don't know how to submit a form with javascript in struts. Normally, I'm submitting forms like this: I'm receiving the value with the getter-method getMyvalue() of the appropriate ActionForm.

Submitting forms with javascript in struts

2006-09-12 Thread Andreas . Hartmann
Hello, I do have a problem, because I don't know how to submit a form with javascript in struts. Normally, I'm submitting forms like this: I'm receiving the value with the getter-method getMyvalue() of the appropriate ActionForm. This time, I want to submit the form with a Some text d