R: Extending html tag: how to do it?

2004-05-08 Thread Simone - Dev
, play hard -Messaggio originale- Da: Niall Pemberton [mailto:[EMAIL PROTECTED] Inviato: venerdì 7 maggio 2004 23.42 A: Struts Users Mailing List Oggetto: Re: Extending html tag: how to do it? You could do this differently using struts tags: FCK:editor id=HTMLCode

R: Extending html tag: how to do it?

2004-05-08 Thread Simone - Dev
originale- Da: Martin Alley [mailto:[EMAIL PROTECTED] Inviato: sabato 8 maggio 2004 18.06 A: 'Struts Users Mailing List' Oggetto: RE: Extending html tag: how to do it? Bean:write has a filter parameter: If this attribute is set to true, the rendered property value will be filtered

Re: Extending html tag: how to do it?

2004-05-07 Thread Simone-dev
Yes, it's a textarea with richer editing features... but the real form tag used is then the hidden field. I already did the not formbean integrated tag designing it on my own, without referring to the struts taglib. I'll try subclassing the BaseInputTag and see what's goin to happen. :-)

Extending html tag: how to do it?

2004-05-06 Thread Simone - Dev
Hello all, I'm in a team of open source developer for an HTML editing control to be included in web pages to enable the posting of rich formatted text using a visual approach (instead of typing HTML in a textarea) The project is http://www.fredck.com/fckeditor/ and u can see a working demo (works

Re: Extending html tag: how to do it?

2004-05-06 Thread Craig McClanahan
Simone - Dev wrote: Hello all, I'm in a team of open source developer for an HTML editing control to be included in web pages to enable the posting of rich formatted text using a visual approach (instead of typing HTML in a textarea) The project is http://www.fredck.com/fckeditor/ and u can see a