Re: Form Submission

2004-02-19 Thread Mark Lowe
] To [EMAIL PROTECTED] 02/17/2004 09:57 PM cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like this: %String myLink

Re: Form Submission

2004-02-18 Thread Geeta Ramani
Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like this: %String myLink = /EmplyeeDetailAction.do?employeeId= + employeeId; % html:link page=%=myLinkEmployee Detail Page/html:link

Re: Form Submission

2004-02-18 Thread Mark Lowe
cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like this: %String myLink = /EmplyeeDetailAction.do?employeeId= + employeeId; % html:link page=%=myLinkEmployee Detail Page

Re: Form Submission

2004-02-18 Thread Geeta Ramani
Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] 02/17/2004 09:57 PM cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED

Re: Form Submission

2004-02-18 Thread Mark Lowe
Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] 02/17/2004 09:57 PM cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like

Re: Form Submission

2004-02-18 Thread Michael McGrady
PROTECTED] 02/17/2004 09:57 PM cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like this: %String myLink = /EmplyeeDetailAction.do?employeeId

Re: Form Submission

2004-02-18 Thread Geeta Ramani
] To [EMAIL PROTECTED] 02/17/2004 09:57 PM cc Please respond to Subject Re: Form Submission Struts Users Mailing List [EMAIL PROTECTED] Avinash: How about trying something like

Form Submission

2004-02-17 Thread avinash . tiwari
Hi How can we submit a form without using html:submit tag. I dont want to use _javascript_ for this? Thanks Regards Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely

RE: Form Submission

2004-02-17 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] How can we submit a form without using html:submit tag. I dont want to use JavaScript for this? AFAIK, the only other option is to put the parameters in a URL: http://www.example.com/myapp/someAction.do?abc=123 But without JavaScript, you'd

RE: Form Submission

2004-02-17 Thread avinash . tiwari
://www.tcs.com Wendy Smoak [EMAIL PROTECTED] 02/17/2004 08:29 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject RE: Form Submission From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] How can we submit

Re: Form Submission

2004-02-17 Thread Mark Lowe
May I ask why you don't want a submit button? On 17 Feb 2004, at 15:55, [EMAIL PROTECTED] wrote: Hi How can we submit a form without using html:submit tag. I dont want to use JavaScript for this? Thanks Regards Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

Re: Form Submission

2004-02-17 Thread Mark Lowe
PROTECTED] cc Subject RE: Form Submission From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] How can we submit a form without using html:submit tag. I dont want to use JavaScript for this? AFAIK, the only other option is to put the parameters in a URL: http://www.example.com/myapp

RE: Form Submission

2004-02-17 Thread Desai, Sunny
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 10:27 AM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: RE: Form Submission there is a hyperlink in my form - clicking this hyperlink should submit the form. I can't use html:submit because

Re: Form Submission

2004-02-17 Thread avinash . tiwari
PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject Re: Form Submission May I ask why you don't want a submit button? On 17 Feb 2004, at 15:55, [EMAIL PROTECTED] wrote: Hi How can we submit a form without using html:submit tag. I dont want to use

RE: Form Submission

2004-02-17 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] there is a hyperlink in my form - clicking this hyperlink should submit the form. I can't use html:submit because it displays a button instead of a hyperlink. And the restriction is not to use javascript. So the objection is really how

Re: Form Submission

2004-02-17 Thread Mark Lowe
Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Mark Lowe [EMAIL PROTECTED] 02/17/2004 08:57 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject Re: Form Submission May I ask why you don't

Re: Form Submission

2004-02-17 Thread Geeta Ramani
PM cc Please respond to Struts Users Mailing List Subject Re: Form Submission [EMAIL PROTECTED] May I ask why you don't want a submit button? On 17 Feb 2004, at 15:55, [EMAIL PROTECTED] wrote: Hi How can we submit

Re: Form Submission

2004-02-17 Thread PAUL BRANT
] To Struts Users Mailing List [EMAIL PROTECTED] 02/17/2004 08:57 PM cc Please respond to Struts Users Mailing List Subject Re: Form Submission [EMAIL PROTECTED] May I

Re: Form Submission

2004-02-17 Thread avinash . tiwari
Users Mailing List [EMAIL PROTECTED] cc Subject Re: Form Submission Avinash: How about trying something like this: %String myLink = /EmplyeeDetailAction.do?employeeId= + employeeId; % html:link page=%=myLinkEmployee Detail Page/html:link Regards, Geeta [EMAIL PROTECTED] wrote: I

RE: Form submission

2004-01-22 Thread Wendy Smoak
From: Raman [mailto:[EMAIL PROTECTED] I want to implement something like this: Conditional checks: for form submission to different Actions Can anybody help me in this or give me some idea... Use the Struts-EL tags [?? Haven't tried it with form actions]. Use JavaScript to change the action

Form submission

2004-01-15 Thread Raman
I want to implement something like this: Conditional checks: for form submission to different Actions logic:equal value=MP name=userQuestionaireForm property=filterConstant html:form action=/UpdateUserQstMP /logic:equal logic:notEqual value=MP name=userQuestionaireForm property=filterConstant

Re: Form submission

2004-01-15 Thread Mark Lowe
html-el:form action=${action} On 15 Jan 2004, at 14:08, Raman wrote: I want to implement something like this: Conditional checks: for form submission to different Actions logic:equal value=MP name=userQuestionaireForm property=filterConstant html:form action=/UpdateUserQstMP /logic:equal

AW: Form submission

2004-01-15 Thread Martin Sturzenegger
+0530 I want to implement something like this: Conditional checks: for form submission to different Actions logic:equal value=MP name=userQuestionaireForm property=filterConstant html:form action=/UpdateUserQstMP /logic:equal logic:notEqual value=MP name=userQuestionaireForm property

RE: Form submission

2004-01-15 Thread Gopalakrishnan, Jayesh
-Original Message- From: Raman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 6:09 AM To: Struts Users Mailing List Subject: Form submission I want to implement something like this: Conditional checks: for form submission to different Actions logic:equal value=MP name

Form submission through java script

2003-11-10 Thread Shishir K. Singh
Hi, I have a form with one drop down menu list and two buttons (continue and previous ). The two buttons are hooked up to the LookupDispatchAction where I process the code as required by the action of the button. Everything works fine if I use the buttons. My requirement is that when I click

Re: Form submission through java script

2003-11-10 Thread Brice Ruth
Why are you setting the document.form.action? Just call document.form.submit() - the JavaScript will automatically know what to do and where to submit to. Shishir K. Singh wrote: Hi, I have a form with one drop down menu list and two buttons (continue and previous ). The two buttons are

RE: Form submission through java script

2003-11-10 Thread Shishir K. Singh
Initially, I was trying that. I got the same error. -Original Message- From: Brice Ruth [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 5:36 PM To: Struts Users Mailing List Subject: Re: Form submission through java script Why are you setting the document.form.action? Just

RE: Form submission through java script

2003-11-10 Thread Yansheng Lin
novembre 2003 15:33 To: Struts Users Mailing List Subject: Form submission through java script Hi, I have a form with one drop down menu list and two buttons (continue and previous ). The two buttons are hooked up to the LookupDispatchAction where I process the code as required by the action

RE: Form submission through java script

2003-11-10 Thread Shishir K. Singh
PROTECTED] Sent: Monday, November 10, 2003 5:42 PM To: 'Struts Users Mailing List' Subject: RE: Form submission through java script If you do a System.out on action, you will find it's null right now. You need to pass a valid action to the your dispatch Action so that it knows which handler to call

RE: Form submission through java script

2003-11-10 Thread Lynn Guy
PROTECTED] Sent: lundi 10 novembre 2003 15:33 To: Struts Users Mailing List Subject: Form submission through java script Hi, I have a form with one drop down menu list and two buttons (continue and previous ). The two buttons are hooked up to the LookupDispatchAction where I process

RE: Form submission through java script

2003-11-10 Thread Shishir K. Singh
Will appreciate it if you could show how to append the params and it's value. -Original Message- From: Lynn Guy [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 6:44 PM To: Struts Users Mailing List Subject: RE: Form submission through java script I got this message when I

RE: Form submission through java script

2003-11-10 Thread Lynn Guy
in the Java Script so that the LookupDispatchAction is able to get the value. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 5:42 PM To: 'Struts Users Mailing List' Subject: RE: Form submission through java script If you do

RE: Form submission through java script

2003-11-10 Thread Shishir K. Singh
Thanks ..it works. -Original Message- From: Lynn Guy [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 6:51 PM To: Struts Users Mailing List Subject: RE: Form submission through java script script language=text/javascript function submit() { document.form.action

Struts form submission using POST

2003-11-04 Thread chinmay . r . parikh
How to submit a form to an external web link (not part of the current web application)? In struts action, all links are interpreted relative to web context and therefore forward object specified in struts-config does not work. e.g. public ActionForward execute(ActionMapping mapping,

RE: Struts form submission using POST

2003-11-04 Thread Andrew Hill
(redirect). Ive never tried this with a POST rather than a GET, but Im assuming that since your asking about it it doesnt work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 4 November 2003 17:35 To: [EMAIL PROTECTED] Subject: Struts form submission using

RE: Struts form submission using POST

2003-11-04 Thread chinmay . r . parikh
. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: 04 November 2003 09:48 To: Struts Users Mailing List Subject: RE: Struts form submission using POST What are you actually trying to do here? a.) Have the browser directly submit the form somewhere else - or - b.) have

RE: Struts form submission using POST

2003-11-04 Thread shirishchandra.sakhare
: Struts form submission using POST I am submitting a form to external site (no form processing is involved at the client side). All parameters that need to be passed to external site are hidden variables on the page. I am not sure how to use 'action' attribute of the page. In the past I have

Third party form submission

2003-11-03 Thread chinmay . r . parikh
Hi I want to submit a form to third party web site using POST method. However, struts action class always evaluates URL specified in the config file as relative URL. i.e http://thirdparty.com http://thirdparty.com/ is read as /http://thirdpary.com and therefore I could not use forward in

action form submission

2003-10-06 Thread Nisith Dash
Hi , can anybody tell me how i can usea _javascript_ in my JSP page to open a new pop up window and at the same time submit my parent action form to this new popup window.As such I am not able toreference this action form within the action class defined for the pop up window. Any

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread John Reynolds
Shane, exactly what I was looking for and unable to find. Thanks! JR -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:26 PM To: 'Struts Users Mailing List' Subject: RE: Refreshing Form Submission and Duplicates I noticed

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread srikanth
: Date: Fri, 19 Sep 2003 10:42:13 +0800 From: Mohd Amin Mohd Din [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Refreshing Form Submission and Duplicates An easier way would be to do a redirect once submitting

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread Mainguy, Mike
: Refreshing Form Submission and Duplicates I noticed this the other day at http://husted.com/struts/catalog.html Use the Action Token methods to prevent duplicate submits There are methods built into the Struts action to generate one-use tokens. A token is placed in the session when a form is populated

Refreshing Form Submission and Duplicates

2003-09-18 Thread John Reynolds
on the list page, the message will be submitted twice if they refresh the page following the form submission. this has caused duplicate messages throughout the message board, as it is the nature of message boards to refresh the list of messages often to check for new ones. Keep in mind, my app strictly

RE: Refreshing Form Submission and Duplicates

2003-09-18 Thread Shane Mingins
help as I have yet to use it ... although I have just this minute found a case in my own application to do so ;- Shane -Original Message- From: John Reynolds [mailto:[EMAIL PROTECTED] Sent: Friday, 19 September 2003 2:16 p.m. To: [EMAIL PROTECTED] Subject: Refreshing Form Submission

RE: Refreshing Form Submission and Duplicates

2003-09-18 Thread Mohd Amin Mohd Din
An easier way would be to do a redirect once submitting the form to listing the page. -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 10:26 AM To: 'Struts Users Mailing List' Subject: RE: Refreshing Form Submission and Duplicates I

RE: Refreshing Form Submission and Duplicates

2003-09-18 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Mohd Amin Mohd Din wrote: Date: Fri, 19 Sep 2003 10:42:13 +0800 From: Mohd Amin Mohd Din [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Refreshing Form Submission and Duplicates

Problem with form submission

2003-01-08 Thread Suresh Addagalla
Title: Message Hi, I am facing a problem when submitting a form which contains a combo box ("select"). While populating the combo box, I use a form-bean (DynaActionForm) containing a Vector to populate the combo box. When I submit the form (to the same action so that the same page is

Re: Problem with form submission

2003-01-08 Thread Iris
What is your jsp code ? Suresh Addagalla wrote: Hi, I am facing a problem when submitting a form which contains a combo box (select). While populating the combo box, I use a form-bean (DynaActionForm) containing a Vector to populate the combo box. When I submit the form (to the same

RE: Problem with form submission

2003-01-08 Thread Suresh Addagalla
with searchServicesForm (again a DynaActionForm with two String varaiables for holding the selections from two combo boxes). Thanks, Suresh -Original Message- From: Iris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 2:07 PM To: Struts Users Mailing List Subject: Re: Problem with form submission

Re: Problem with form submission

2003-01-08 Thread Iris
, 2003 2:07 PM To: Struts Users Mailing List Subject: Re: Problem with form submission What is your jsp code ? Suresh Addagalla wrote: Hi, I am facing a problem when submitting a form which contains a combo box (select). While populating the combo box, I use a form-bean (DynaActionForm

Re: Form submission

2002-10-22 Thread Kyrre Lugg
James Mitchell wrote: Better question. What are you trying to do? I just want to replace the submit button with an anchor. Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

RE: Form submission

2002-10-22 Thread Andrew Hill
a href=javascript:document.forms[0].submit();Submit/a Forgot the syntax for doing it with the link tag, but very similar. -Original Message- From: Kyrre Lugg [mailto:kyrre.lugg;tomra.no] Sent: Tuesday, October 22, 2002 16:50 To: Struts Users Mailing List Subject: Re: Form submission

Re: Form submission

2002-10-22 Thread Kyrre Lugg
Andrew Hill wrote: a href=javascript:document.forms[0].submit();Submit/a Thanx for your suggestion, but unfortunately javascript is not an option. Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

RE: Form submission

2002-10-22 Thread Andrew Hill
, October 22, 2002 17:32 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Form submission Andrew Hill wrote: a href=javascript:document.forms[0].submit();Submit/a Thanx for your suggestion, but unfortunately javascript is not an option. Kyrre Lugg -- To unsubscribe, e-mail

RE: Form submission

2002-10-22 Thread James Mitchell
the former. - Albert Einstein (1879-1955) -Original Message- From: Kyrre Lugg [mailto:kyrre.lugg;tomra.no] Sent: Tuesday, October 22, 2002 5:32 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Form submission Andrew Hill wrote: a href=javascript:document.forms[0

Re: Form submission

2002-10-22 Thread Kyrre Lugg
James Mitchell wrote: This means you are in a status of SOL. SOL? Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Form submission

2002-10-22 Thread Adam Sherman
Kyrre Lugg wrote: James Mitchell wrote: This means you are in a status of SOL. SOL? Sh*t Out of Luck. A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands,

Re: Form submission

2002-10-22 Thread Eddie Bush
Sorry -- Out of Luck. That's the nice way to put it ;-) Different people substitute different words for the S. I'll leave alternatives to your imagination ... Kyrre Lugg wrote: James Mitchell wrote: This means you are in a status of SOL. SOL? Kyrre Lugg -- Eddie Bush -- To

RE: Form submission

2002-10-22 Thread James Mitchell
PROTECTED]] Sent: Tuesday, October 22, 2002 3:18 PM To: Struts Users Mailing List Subject: Re: Form submission Sorry -- Out of Luck. That's the nice way to put it ;-) Different people substitute different words for the S. I'll leave alternatives to your imagination ... Kyrre Lugg wrote

RE: Form submission

2002-10-21 Thread James Mitchell
: Monday, October 21, 2002 7:13 PM To: [EMAIL PROTECTED] Subject: Form submission Excuse me if I'm off topic here: Can one capture form data even if the request is not caused by a form submit button? Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org

RE: Form submission

2002-10-21 Thread Brandon Goodin
To: [EMAIL PROTECTED] Subject: Form submission Excuse me if I'm off topic here: Can one capture form data even if the request is not caused by a form submit button? Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail

RE: Form submission

2002-10-21 Thread Brandon Goodin
- From: Brandon Goodin [mailto:mail;phase.ws] Sent: Monday, October 21, 2002 3:25 PM To: Struts Users Mailing List Subject: RE: Form submission Yes, if you have a query string appended to a url that points to an action (i.e. *.do) the request parameters will be mapped to the associated action's form

Form submission

2002-10-21 Thread Kyrre Lugg
Excuse me if I'm off topic here: Can one capture form data even if the request is not caused by a form submit button? Kyrre Lugg -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

RE: form submission problem

2002-09-25 Thread Miguel Angel Mulero Martinez
You're using windows? There's a bug in 4.1.10. Update to 4.1.12 (there is a security bug in earlier versions too). -Mensaje original- De: Steve Vanspall [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles, 25 de septiembre de 2002 7:35 Para: Struts User Mailing List Asunto: form

Re: form submission problem - Problem Solved

2002-09-25 Thread Steve Vanspall
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 10:52 PM Subject: RE: form submission problem You're using windows? There's a bug in 4.1.10. Update to 4.1.12 (there is a security bug in earlier versions too). -Mensaje original- De

form submission problem

2002-09-24 Thread Steve Vanspall
Hi, I have a fairly new problem with one of my JSP's. I recently changed to Tomcat 4.1.10, now all of a sudden, this one page doesn't work properly. I try, using Javacript to set the value of a hidden input type=hidden name=action field when an input type=image button is pushed, this part

RE: form submission problem

2002-09-24 Thread Andrew Hill
- at which point it will give you your field action instead of the form property action!) -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 13:35 To: Struts User Mailing List Subject: form submission problem Hi, I have a fairly new

RE: form submission problem

2002-09-24 Thread Andrew Hill
: form submission problem Is that field located within the start and close of the form tag on the page? btw: naming your field action is naughty as it will shadow the action property of the form object in JavaScript. (Though this wont hurt unless you try accessing (for example to change) the form

RE: form submission problem

2002-09-24 Thread Andrew Hill
... -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 13:48 To: Struts Users Mailing List Subject: RE: form submission problem Oops. Sorry mate! Just read it a second time and realised I didnt pay enough attention! The tags are placed properly withink

Re: form submission problem

2002-09-24 Thread Steve Vanspall
ending kicking myself because of it's simplicity Tnaks Anyway - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 3:53 PM Subject: RE: form submission problem Is it a multipart form (multipart/form

RE: Problem with form submission

2002-07-10 Thread Jon.Ridgway
: 09 July 2002 23:59 To: 'Struts Users Mailing List' Subject: Problem with form submission Hi All! I am having a problem while submitting a form. My form submission sometimes takes delay because it has to do lots of validation before updating the information in database. While the form

RE: Problem with form submission

2002-07-10 Thread James Mitchell
-atlanta -Original Message- From: Nilan Shakya [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:01 PM To: 'Struts Users Mailing List' Cc: '[EMAIL PROTECTED]' Subject: RE: Problem with form submission Thank you James. I am still not sure where to put saveToken(request

Problem with form submission

2002-07-09 Thread Nilan Shakya
Hi All! I am having a problem while submitting a form. My form submission sometimes takes delay because it has to do lots of validation before updating the information in database. While the form is on the process of submission of data if I click the same submit button once again

RE: Problem with form submission

2002-07-09 Thread James Mitchell
Mailing List' Subject: Problem with form submission Hi All! I am having a problem while submitting a form. My form submission sometimes takes delay because it has to do lots of validation before updating the information in database. While the form is on the process of submission of data

Form submission using html:link

2002-05-21 Thread Todd Pierce
button, and not any form submission (e.g. document.form.submit() does not fire off an onSubmit event). here's an example: This works: html:form action=registerJob.do onsubmit=return validateRegisterJob(this) ... html:submit value=Submit onClick=bCancel=false / /html:form

Form submission from did n't occurr

2001-04-30 Thread M . Amin
Dear Geir and all, I'm using velocity integrated with struts and i have a trouble regarding action mapping : look at my attched files The form submission from product.vm to its action configured in .xml did n't occurr, i do n't what's wrong Any help will be appreciated. Regards, M

how to use image maps for form submission

2001-02-20 Thread Ravindran Ramaiah
Hi, I need to use image maps to submit a form using struts. Is there an equivalent for form:submit to submit a form using imagemap and how to configure the same? Ravi