RE: how to submit a form using html:link

2002-12-12 Thread Sukhenko, Mikhail (Contr)
try not using struts tag, instead just use regular html tag for your form declaration. . See if that works -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:52 AM To: Struts Users Mailing List Subject: how to submit a form using

RE: how to submit a form using html:link

2002-12-11 Thread Bill Chmura
: Struts Users Mailing List Subject: how to submit a form using html:link Is it possioble to submit a form using html:link tag. I want to call a servlet that resided on another war file. I am able to call it by click on html link. But, my requirement is to submit the form. -- To unsubscribe, e

RE: how to submit a form using html:link

2002-12-11 Thread Deepika Malik
-Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 12:52 AM To: Struts Users Mailing List Subject: how to submit a form using html:link Is it possioble to submit a form using html:link tag. I want to call a servlet that resided on another war

RE: how to submit a form using html:link

2002-12-11 Thread Andrew Hill
Yep. Its a waste of time and server resources, but he did ask... -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 17:08 To: Struts Users Mailing List Subject: Re: how to submit a form using html:link 2002. december 11. 10:00 dátummal

Re: how to submit a form using html:link

2002-12-11 Thread Gemes Tibor
2002. december 11. 10:00 dátummal Andrew Hill ezt írtad: > Yes, ... BUT > you will need to use javascript. > ie: > > Submit > > i guess for the tag the syntax would be something very similar: > > Submit What will he achieve by using html:link? I think it is unnecesary. Tib -- To unsubscribe, e-m

RE: how to submit a form using html:link

2002-12-11 Thread Mouratidis, Georg
-Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 11. Dezember 2002 09:58 To: Struts Users Mailing List Subject: Re: how to submit a form using html:link >You are not forced to use html:link. It is useful for url rewriting, which is >not needed by y

Re: how to submit a form using html:link

2002-12-11 Thread Gemes Tibor
2002. december 11. 09:52 dátummal Amit Badheka ezt írtad: > Is it possioble to submit a form using html:link tag. > I want to call a servlet that resided on another war file. I am able to > call it by click on html link. But, my requirement is to submit the form. You are not forced to use html:lin

RE: how to submit a form using html:link

2002-12-11 Thread Andrew Hill
Yes, ... BUT you will need to use javascript. ie: Submit i guess for the tag the syntax would be something very similar: Submit -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 16:52 To: Struts Users Mailing List Subject: how to submit

how to submit a form using html:link

2002-12-11 Thread Amit Badheka
Is it possioble to submit a form using html:link tag. I want to call a servlet that resided on another war file. I am able to call it by click on html link. But, my requirement is to submit the form.

How to submit a form

2001-12-14 Thread Arun_Kumar_N
Hello, I am using struts framework for my application.In my JSP page, I am having a drop-down box,where on change of drop-down box I am calling a JavaScript function. In java script I am submitting the form. document.formName.action="Example.jsp"; document.formName.submit(); But

Re: how to submit a form with different parameter value

2001-08-08 Thread Craig R. McClanahan
One way would be to have a hidden field in the form named "action", and then have some JavaScript event handler on the two image buttons that set the value to be transmitted for the "action" property to either "continue" or "goback" appropriately. Essentially, this is the same thing you would do

how to submit a form with different parameter value

2001-08-08 Thread Long Zhao
I have a form like this:

Re: How to submit a form using usemap

2001-06-26 Thread Peter Alfors
Clicking a hyperlink does not submit a form. Fields within a form are only passed through the request when the form is submitted. Therefore, you need to have your image hyperlink submit the form. You can do this using javascript. Check the archives, there are many messages about this. Pete E

How to submit a form using usemap

2001-06-26 Thread Eda Srinivasareddy
Hi I have a big image with different mapping areas. In that I have one 'go' mapping area by clicking which, I should submit the form. I could receive only null values into the ActionForm which does mean that the values are not being submitted.Could u please help! Have a nice time. EdaDo You Yahoo