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
mer S [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 8:04 PM > 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 text object, I > trie

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

2004-07-28 Thread Mazen, Tamer S
Wednesday, July 28, 2004 8:04 PM 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 text object, I tried to add that event in struts-html.tld and add it in my JSP, but when I run

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 sup

How to add new events to HTML tag library objects

2004-07-28 Thread Mazen, Tamer S
Dears, I want struts HTML objects to support extra events like onpaste for text object, I tried to add that event in struts-html.tld and add it in my JSP, but when I run that JSP I had that error 'Attribute onpaste invalid according to the specified TLD' , I think there are other files must be c