phil campaigne wrote:
I want to start my application from a start servlet called by the submit button and action tag in an html page. When I press the submit button the url uncludes parameters such as,
StartServlet?=&Run=START
which my servlet is not expecting.


Is there a way to start my servlet from an html button that does not pass the parameters?

Sure -- don't use a form in the first place; use a regular link.

--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to