Re: submit action from html

2006-01-26 Thread Chris Pat
Hi Rick, et. al. Of course, sorry. Now I see it. I was thinking my form was my action. I know better, the form is calling the action and that is what I call from the html. Sorry for wasting bandwidth,grin. --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Chris Pat wrote the following on 1/26/200

Re: submit action from html

2006-01-26 Thread Rick Reumann
Chris Pat wrote the following on 1/26/2006 6:44 PM: Hi Michael Thanks, but I still unclear. I dont want to wrap the href in a form tag. Where that href is going should be explicitly known by me b/c it is server-side. Just make the link go to the same path that your form submits to. Use the

Re: submit action from html

2006-01-26 Thread Michael Jouravlev
L PROTECTED]" > > <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > > > > > What do you mean that javascipt only brings you > > to > > > > the form requiring a manual submit? Do you mean > > &g

Re: submit action from html

2006-01-26 Thread Chris Pat
Do you mean > > > that you want to simulate a form submission but > > > without the browser? > > > > > > > > > > > > --- On Thu 01/26, Chris Pat < [EMAIL PROTECTED] > > > > > wrote: > > > From: Chris Pat [mail

Re: submit action from html

2006-01-26 Thread Michael Jouravlev
ou to > > the form requiring a manual submit? Do you mean > > that you want to simulate a form submission but > > without the browser? > > > > > > > > --- On Thu 01/26, Chris Pat < [EMAIL PROTECTED] > > > wrote: > > From: Chris Pat [mailto: [E

RE: submit action from html

2006-01-26 Thread Chris Pat
Do you mean > that you want to simulate a form submission but > without the browser? > > > > --- On Thu 01/26, Chris Pat < [EMAIL PROTECTED] > > wrote: > From: Chris Pat [mailto: [EMAIL PROTECTED] > To: user@struts.apache.org > Date: Thu, 26 Jan 2006 11:30:42

RE: submit action from html

2006-01-26 Thread [EMAIL PROTECTED]
: user@struts.apache.org Date: Thu, 26 Jan 2006 11:30:42 -0800 (PST) Subject: submit action from html HelloI have a mini-webapp with an action/form and view. Itworks perfectly. However how can I simulate the submitfrom an html page without showing the form andrequiring a manual submit from the form? I b

submit action from html

2006-01-26 Thread Chris Pat
Hello I have a mini-webapp with an action/form and view. It works perfectly. However how can I simulate the submit from an html page without showing the form and requiring a manual submit from the form? I believe I want it to behave like a servlet, but process the parameters through the form bean