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
As I told you, forward your arguments to the address where form.jsp submits data to. Seems that "server-side forwarding" is what you are looking for. Are you trying to black-box text your action? Otherwise I cannot get what do you want to do. On 1/26/06, Chris Pat <[EMAIL PROTECTED]> wrote: > Hi

Re: submit action from html

2006-01-26 Thread Chris Pat
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. If a jsp gets compiled down to a servlet can I specifly the correct syntax of that servlet and pre-compile the jsp? --- Michael Jo

Re: submit action from html

2006-01-26 Thread Michael Jouravlev
Check where the HTML FORM is posted from form.jsp ("action" attribute). Send your parameters to that location directly, instead of sending them to form.jsp. Michael. On 1/26/06, Chris Pat <[EMAIL PROTECTED]> wrote: > Hi ChadMichael > Sorry I am not clear it is my lack of precise > understanding >

RE: submit action from html

2006-01-26 Thread Chris Pat
Hi ChadMichael Sorry I am not clear it is my lack of precise understanding I want the hyperlink from the html to be like this http://host:8080/myWebApp/form.jsp?param1=value¶m2=value Which I can do. The problem is it takes me to form.jsp, with the url populated correctly on the address line o

RE: submit action from html

2006-01-26 Thread [EMAIL PROTECTED]
What do you mean that javascipt only brings you 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: [EMAIL PROTECTED] To: user@struts.apache