How to generate text area dynamically using jsp ?
Ex - <textarea rows="10" cols="60"></textarea>
Or how can i generate it on a button click, on a link in the same page ?
How to generate text area dynamically using jsp ?
Ex - <textarea rows="10" cols="60"></textarea>
Or how can i generate it on a button click, on a link in the same page ?