Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 62863 invoked from network); 24 Jul 2003 21:39:51 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Jul 2003 21:39:51 -0000 Received: (qmail 901 invoked by uid 97); 24 Jul 2003 21:42:30 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 894 invoked from network); 24 Jul 2003 21:42:30 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Jul 2003 21:42:30 -0000 Received: (qmail 60887 invoked by uid 500); 24 Jul 2003 21:39:30 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 60871 invoked from network); 24 Jul 2003 21:39:30 -0000 Received: from host2.thehostgroup.com (65.109.239.54) by daedalus.apache.org with SMTP; 24 Jul 2003 21:39:30 -0000 Received: from d-38-92.dhcp-129-79.indiana.edu (d-38-92.dhcp-129-79.indiana.edu [129.79.38.92]) by host2.thehostgroup.com (8.12.9/8.12.9) with ESMTP id h6OLdZmG013568 for ; Thu, 24 Jul 2003 17:39:35 -0400 Subject: Use html:link and LookupDispatchAction together From: David Jiao Reply-To: struts@landranger.com To: Struts Users Mailing List Content-Type: text/plain Organization: Message-Id: <1059082744.4210.59.camel@bl-uits-blue.ads.iu.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 24 Jul 2003 16:39:04 -0500 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I have used the LookupDispatchAction with some buttons and it works quite well. Now I want to submit the form by clicking on a link instead of a button. I've tried something like this in my jsp file but it returns me the error type Status report message Request[/result] does not contain handler parameter named method description The request sent by the client was syntactically incorrect (Request[/result] does not contain handler parameter named method). I also tried to use javascript in the onclick attribute of html:link but it returns the same error. So my question is, is it possible to use LookupDispatchAction to dispatsh actions from links at all? If not, what would be proper way to implement similar functionality? Should I discard whole LookupDispatchAction and use something else instead of that, or just handle links differently? Thank you very much! David --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org