Re: Form Submission

2004-02-19 Thread Mark Lowe
ill have to write the following code in my command file to get the > >> value of "User Name" > >> String UserName = (String)paramDTO.get("txtUsName"); > >> > >> As Mark/Wendy were asking me why i cant use JavaScript is because > >> >

Re: Form Submission

2004-02-18 Thread Geeta Ramani
; > >> command file where i would like my control to go after the form gets > > > >> submitted. > > > >> > > > >> Now the problem is in the Command File "CreateUserCmd" where i would > > > >> keep my business logic -- i dont have

Re: Form Submission

2004-02-18 Thread Michael McGrady
mand file to get the > >> value of "User Name" > >> String UserName = (String)paramDTO.get("txtUsName"); > >> > >> As Mark/Wendy were asking me why i cant use JavaScript is because > >> > >> whenever i use something like

Re: Form Submission

2004-02-18 Thread Mark Lowe
problem properly. Regards Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Geeta Ramani" Struts Users Mailing List <[EMAIL PROTECTED]> To <[EMAIL PROTECTED]> 02/17/2004 09:57 PM

Re: Form Submission

2004-02-18 Thread Geeta Ramani
;> >> /> > >> > >> I will have to write the following code in my command file to get the > >> value of "User Name" > >> String UserName = (String)paramDTO.get("txtUsName"); > >> > >> As Mark/Wendy were aski

Re: Form Submission

2004-02-18 Thread Mark Lowe
t; 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"

Re: Form Submission

2004-02-18 Thread Geeta Ramani
in the problem properly. > > Regards > Avinash Tiwari > Tata Consultancy Services > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com > > > "Geeta Ramani" Struts Users Mailing List <[EMAIL PROTECTED]>

Re: Form Submission

2004-02-17 Thread avinash . tiwari
txtUsName) it takes it as a function call. I hope I could explain the problem properly. Regards Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Geeta Ramani" <[EMAIL PROTECTED]> 02/17/2004 09:57 PM Please respond to "St

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 Su

Re: Form Submission

2004-02-17 Thread Geeta Ramani
uot; <[EMAIL PROTECTED]> 02/17/2004 08:57 PM cc Please respond to "Struts Users Mailing List" Subject Re: Form Submission <[EMAIL PROTECTED]> > > > > M

Re: Form Submission

2004-02-17 Thread Mark Lowe
ECTED] 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 d

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 because it displays a button > instead of a hyperlink. > And the restriction is not to use javascript. So the objection is really how the b

Re: Form Submission

2004-02-17 Thread avinash . tiwari
ailing List" <[EMAIL 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 s

RE: Form Submission

2004-02-17 Thread Desai, Sunny
om: [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 because it di

Re: Form Submission

2004-02-17 Thread Mark Lowe
cript. Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://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 PR

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 tag. I dont want to use JavaScript for this? Thanks & Regards Avinash Tiwari Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://

RE: Form Submission

2004-02-17 Thread avinash . tiwari
s.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:[EMA

RE: Form Submission

2004-02-17 Thread Wendy Smoak
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > How can we submit a form without using 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 have to

Form Submission

2004-02-17 Thread avinash . tiwari
Hi How can we submit a form without using 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 for the add

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 JavaScr

RE: Form submission

2004-01-15 Thread Gopalakrishnan, Jayesh
Subject: Form submission I want to implement something like this: Conditional checks: for form submission to different Actions But this is giving me error [ServletException "Unterminated tag'" if i remove the logic tags it works fine. Can anybody help me in this or give

AW: Form submission

2004-01-15 Thread Martin Sturzenegger
nt to implement something like this: > >Conditional checks: for form submission to different Actions > > > > > > > > > >But this is giving me error [ServletException "Unterminated tag'" >if i remove the logic tags

Re: Form submission

2004-01-15 Thread Mark Lowe
or On 15 Jan 2004, at 14:08, Raman wrote: I want to implement something like this: Conditional checks: for form submission to different Actions But this is giving me error [ServletException "Unterminate

Form submission

2004-01-15 Thread Raman
I want to implement something like this: Conditional checks: for form submission to different Actions But this is giving me error [ServletException "Unterminated tag'" if i remove the logic tags it works fine. Can anybody help me in this or give me some idea... Thanks -- Raman

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 function submit() { document.form.action = <a href="http://localh

RE: Form submission through java script

2003-11-10 Thread Lynn Guy
- > 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 a System.out on action, you will find it's > null right now. > You n

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 w

RE: Form submission through java script

2003-11-10 Thread Lynn Guy
> > > -Original Message- > From: Shishir K. Singh > [mailto:[EMAIL 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 dro

RE: Form submission through java script

2003-11-10 Thread Shishir K. Singh
g 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 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

RE: Form submission through java script

2003-11-10 Thread Yansheng Lin
D] 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 the code as require

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 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 hooke

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: 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 p

RE: Struts form submission using POST

2003-11-04 Thread chinmay . r . parikh
oses security risk. Any further suggestions. -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

RE: Struts form submission using POST

2003-11-04 Thread Andrew Hill
de forward (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 submis

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, Ac

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 is read as /http://thirdpary.com and therefore I could not use "forward"

action form submission

2003-10-05 Thread Nisith Dash
Hi ,   can anybody tell me how i can use a _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 to reference this action form within the action class defined for the pop up window.       Any

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread Mainguy, Mike
st' Subject: RE: 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

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread Mainguy, Mike
I would use the synchronizertoken and just perform the "read" action if they are submitting a duplicate. -Original Message- From: Shane Mingins [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:26 PM To: 'Struts Users Mailing List' Subject: RE: Refres

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

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 Submiss

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]> >

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 Dup

RE: Refreshing Form Submission and Duplicates

2003-09-18 Thread Shane Mingins
messages, fills out the form to post a message and ends up > back 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

Refreshing Form Submission and Duplicates

2003-09-18 Thread John Reynolds
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: 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 (Dyna

RE: Problem with form submission

2003-01-08 Thread Suresh Addagalla
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: Pr

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 act

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 di

RE: Form submission

2002-10-22 Thread James Mitchell
e Bush [mailto:[EMAIL 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&#x

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 unsubs

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: For additional commands, e

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: For additional commands, e-mail:

RE: Form submission

2002-10-22 Thread James Mitchell
m not sure about 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 > >

RE: Form submission

2002-10-22 Thread Andrew Hill
Users Mailing List; [EMAIL PROTECTED] Subject: Re: Form submission Andrew Hill wrote: > Submit 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 command

Re: Form submission

2002-10-22 Thread Kyrre Lugg
Andrew Hill wrote: Submit Thanx for your suggestion, but unfortunately javascript is not an option. Kyrre Lugg -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Form submission

2002-10-21 Thread Andrew Hill
Submit 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 James Mitchell wrote: > Better question. W

Re: Form submission

2002-10-21 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: For additional commands, e-mail:

RE: Form submission

2002-10-21 Thread Brandon Goodin
ssage- 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&#

RE: Form submission

2002-10-21 Thread Brandon Goodin
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> For additional

RE: Form submission

2002-10-21 Thread James Mitchell
> Sent: 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 > > > > -- >

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: For additional commands, e-mail:

Re: form submission problem - Problem Solved

2002-09-25 Thread Steve Vanspall
o Martinez" <[EMAIL 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

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 As

Re: form submission problem

2002-09-24 Thread Steve Vanspall
l probably 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: for

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 within

RE: form submission problem

2002-09-24 Thread Andrew Hill
st Subject: RE: 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 ex

RE: form submission problem

2002-09-24 Thread Andrew Hill
javascript - 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

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 field when an button is pushed, this part works fine, have checked the value after it is

RE: Problem with form submission

2002-07-10 Thread James Mitchell
org/struts-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

RE: Problem with form submission

2002-07-10 Thread Nilan Shakya
PROTECTED]] Sent: Wednesday, July 10, 2002 12:58 AM To: Struts Users Mailing List Subject: RE: Problem with form submission, I saved the below msg because this is a very common question: > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 2

RE: Problem with form submission

2002-07-10 Thread Jon.Ridgway
ED]] Sent: 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. Whil

RE: Problem with form submission

2002-07-09 Thread James Mitchell
he "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Nilan Shakya [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 6:59 PM > To: 'Struts Users Mailing List' > Subject: Problem with form submissi

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 it is

Form submission using html:link

2002-05-21 Thread Todd Pierce
form submission (e.g. document.form.submit() does not fire off an onSubmit event). here's an example: This works: ... This doesn't: ... Any suggestions??? There's a secondary problem too. How can I gain access to the form name so I can use i

Multi-page form submission

2001-08-14 Thread Debasish Ghosh
Hi all - I am designing a multipage form, where I have one ActionForm containing all the fields of all the pages. I have one Action which handles all validations. What I want is that after the submission of the form, the user will NOT be able to view any data of the form by hitting the Back butto

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 appr

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 to submit a form using imagemap and how to configure the same? Ravi