RE: non-HTML attributes

2004-12-23 Thread Freddy Villalba A.
also interested to know if this has become a stable, robust cross-browser solution... Cheers, Freddy. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 22 de diciembre de 2004 21:53 Para: [EMAIL PROTECTED] Asunto: RE: non-HTML attributes Another consi

Re: non-HTML attributes

2004-12-22 Thread Niall Pemberton
set up your own TLD for this custom tag. Niall - Original Message - From: "Freddy Villalba A." <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 7:38 PM Subject: non-HTML attributes > Hello ev

RE: non-HTML attributes

2004-12-22 Thread fzlists
ects... > PAJES... it wouldn't complain about this kind of things and had some cool > features. These days, I'm kind of missing it... > > Cheers, > Freddy. > > P.S.: anybody else? alternatives? > > -Mensaje original- > De: [EMAIL PROTECTED]

RE: non-HTML attributes

2004-12-22 Thread Freddy Villalba A.
iciembre de 2004 20:51 Para: [EMAIL PROTECTED] Asunto: Re: non-HTML attributes Solution: Don't use the Struts tags. :) Seriously, people tend to forget (or don't know to begin with) that they are NOT required to use Struts. Alternatively, limit the input via Javascript as an onKeyDown

Re: non-HTML attributes

2004-12-22 Thread fzlists
Solution: Don't use the Struts tags. :) Seriously, people tend to forget (or don't know to begin with) that they are NOT required to use Struts. Alternatively, limit the input via Javascript as an onKeyDown event handler. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Techno

non-HTML attributes

2004-12-22 Thread Freddy Villalba A.
Hello everybody, Since TEXTAREA doesn't have a MAXLENGTH attribute (which is quite useful, by the way), I wanted to implement my own solution using behaviours (hfc) to alter the standard TEXTAREA element. However, I've realized that this is not compatible with Struts' tag, since TLD validation thr