Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 16713 invoked from network); 1 Jun 2008 23:48:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 23:48:51 -0000 Received: (qmail 42018 invoked by uid 500); 1 Jun 2008 23:48:43 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 41981 invoked by uid 500); 1 Jun 2008 23:48:43 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 41970 invoked by uid 99); 1 Jun 2008 23:48:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 16:48:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.75.86] (HELO web62409.mail.re1.yahoo.com) (69.147.75.86) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 01 Jun 2008 23:47:54 +0000 Received: (qmail 1142 invoked by uid 60001); 1 Jun 2008 23:48:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=siunwFja8XW70L/KCLVHpxnXmeHop0o4A1pGTlWcNLiw7QD2BiPQDI4TCMhrO41dnl+bm7SalD1QiNpMnLp8ys/hzHaPAVgPaux3dMi857U5SaSqGtReneTHoPExBVC9eA131MpZl96CoyBTWyFsuIzN+HQoP/dStsJqV6T4P5E=; X-YMail-OSG: IgrbXEcVM1kMV6g18xNIYHU4PH69oWa4J8byBCr6Opz9AO1_LaGlBoNHlEueXVVZUnSH0wXDCUsZayqTWQ8OqW7wZ6hofp08_cDB Received: from [24.118.247.222] by web62409.mail.re1.yahoo.com via HTTP; Sun, 01 Jun 2008 16:48:06 PDT Date: Sun, 1 Jun 2008 16:48:06 -0700 (PDT) From: Jay Bose Subject: Event Handler API To: user@struts.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <725652.1102.qm@web62409.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I am using Struts-2.0.11.1. Does anyone know of documentation explaining how to build a more robust "handler" functions? Literally, the best I've seen is below. What if I want to make the request to a new URL? function handler(widget, node) { alert('I will handle this myself!'); node.innerHTML = "Done"; } --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org