Click to See Complete Forum and Search --> : how to access data in a testarea in JSP


sarath perla
02-28-2007, 11:58 PM
hi
how to access data in a textarea in JSP in that same page we have to display the content.....

or
hw to write functions in JSP

sarath perla
02-28-2007, 11:59 PM
thk u

Khalid Ali
03-01-2007, 07:14 AM
to access the data in the textarea, yo will do what is done to get any other data from the web page to the server. Submit the page to the server where JSP will retrieve data from the request object (from text area in your case).
I did not understand your second question?
You write functions just as you would in any other Java program and use them
may be using scrtplets stc