Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 42728 invoked from network); 11 Oct 2004 17:54:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Oct 2004 17:54:18 -0000 Received: (qmail 77083 invoked by uid 500); 11 Oct 2004 17:53:51 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 77044 invoked by uid 500); 11 Oct 2004 17:53:51 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 77029 invoked by uid 99); 11 Oct 2004 17:53:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [64.49.222.30] (HELO server1.webtuitive.com) (64.49.222.30) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 11 Oct 2004 10:53:49 -0700 Received: from [192.168.1.30] (dsl092-004-182.sfo1.dsl.speakeasy.net [66.92.4.182]) (authenticated bits=0) by server1.webtuitive.com (8.12.11/8.12.10) with ESMTP id i9BHrlQM016805 for ; Mon, 11 Oct 2004 12:53:47 -0500 Message-ID: <416AC8AA.4040008@webtuitive.com> Date: Mon, 11 Oct 2004 10:53:46 -0700 From: Hassan Schroeder Organization: Webtuitive Design User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: OFF TOPIC-Starting a servlet References: <416ABE3F.8010903@charter.net> In-Reply-To: <416ABE3F.8010903@charter.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 ----------------------------- hassan@webtuitive.com Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org