Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 56762 invoked from network); 4 May 2005 16:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2005 16:04:29 -0000 Received: (qmail 89406 invoked by uid 500); 4 May 2005 16:02:05 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 89336 invoked by uid 500); 4 May 2005 16:02:04 -0000 Mailing-List: contact user-help@struts.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 user@struts.apache.org Received: (qmail 89273 invoked by uid 99); 4 May 2005 16:02:03 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FORGED_YAHOO_RCVD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web30504.mail.mud.yahoo.com (HELO web30504.mail.mud.yahoo.com) (68.142.200.117) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 04 May 2005 09:02:01 -0700 Received: (qmail 37495 invoked by uid 60001); 4 May 2005 15:59:53 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=5upthBk7qpNlwubWwGOm4pKUBUKB+kM9d49/y0ISOhB8ROK4u6OyUsl1mWClQM1IvaKK2eOp3GPPiObezhOkHsxDZrdGH22TH4TcYpoG6tcJKO7aGD3fHDD70uNCRO34i6kVeXX+TGs5D2aCF32jQuXqviS0IC/wUxmMG95MySU= ; Message-ID: <20050504155953.37493.qmail@web30504.mail.mud.yahoo.com> Received: from [170.146.91.6] by web30504.mail.mud.yahoo.com via HTTP; Wed, 04 May 2005 08:59:53 PDT Date: Wed, 4 May 2005 08:59:53 -0700 (PDT) From: Nancy Lin Subject: Overwriting HtmlTag To: Struts Users Mailing List In-Reply-To: <6.1.2.0.2.20050428161825.03bd69f0@192.168.1.34> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I have bunch of jsp with html tag and I want to automatically generate onchange function whent user changes/modified the data. Since the function that will be called on onChange will be the same throught out, I do not want every developer to go to each JSP(there are hundreds of file) and implement the onchange method on each field. I want to be able to overwrite the html tag to automatically generate the onchange function. Any good idea? Nancy. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org