Hi all,

I want to use an indexed property with a textarea. Line 0 in the textarea should be array[0] etc. What is the best way to do this? Right now, I'm thinking about writing a custom tag, subclassing TextareaTag and splitting up the data something like value.split("\\r\\n");
Is there a more simple way?


Regards,
Arne Brutschy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to