RE: How to add new events to HTML tag library objects

2004-07-29 Thread Mazen, Tamer S
Thanks -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 10:03 AM To: Struts Users Mailing List Subject: Re: How to add new events to HTML tag library objects You have to add some code into Struts tag handler, especially an attribute and

Re: How to add new events to HTML tag library objects

2004-07-29 Thread Nicolas De Loof
You have to add some code into Struts tag handler, especially an attribute and setter for your "onpaste" property. For such cases, I use to create a taglib for my app that extends some struts tag, to avoid having a non-standard Struts lib and encourage developpers to create and use tags. Nico.

RE: How to add new events to HTML tag library objects

2004-07-28 Thread Mazen, Tamer S
Im sorry I was using nested:text and apply my changes on struts-html.tld :( After I applying changes on struts-nested.tld I had the follwing error 'Unable to find setter method for attribute: onpaste' -Original Message- From: Mazen, Tamer S [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ju

RE: How to add new events to HTML tag library objects

2004-07-28 Thread Jim Barrows
> -Original Message- > From: Mazen, Tamer S [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 10:04 AM > To: '[EMAIL PROTECTED]' > Subject: How to add new events to HTML tag library objects > > > Dears, > I want struts HTML objects to support extra events like > onpaste for t