RE: Flexible textarea

2007-05-16 Thread Jose Cardoso
Hi there ! No need to reply the "Flexible textarea" question. It was a matter of counting the number of words and passing it as a string to the jsp value for the cols bit. Like: : Thanks anyaway Jose -Original Message- From: Jo

Flexible textarea

2007-05-16 Thread Jose Cardoso
Hi everyone ! I want to create a non-fixed size textarea. I want it to resize itself depending on the amount of text received. For example if it receives 20 characters the size should be different to when it receives 200 characters without the need of scrolling. Is there functionality for it