| Author |
Help with values from HTML page to JSP page.
|
nash avin
Ranch Hand
Joined: Nov 18, 2004
Posts: 45
|
|
Hi All, I am trying to put values from a HTML file into a JSP page and make the values in the jsp page readonly.I have tried the below mentioned code, but the values from the html page pertaining to this textarea never seem to get into the JSP file. It would be great if I get help regarding this issue.Kindly let me know if you require further information. Thanking you all in advance AS
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Textarea tags don't have a value attribute. The text goes in the body of the tag
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
nash avin
Ranch Hand
Joined: Nov 18, 2004
Posts: 45
|
|
Hi, Thank you very much for the prompt reply.It did work like a charm. Thanks AS
|
 |
 |
|
|
subject: Help with values from HTML page to JSP page.
|
|
|