| Author |
Problem with textarea
|
Varsha Patil
Greenhorn
Joined: Jun 16, 2006
Posts: 19
|
|
Hi, In my jsp i have two textarea fields(Mapped to two attributes present in the Form). I'm using <layout:textarea>. The user is allowed to enter data in the two fields and save. After saving I need to display the same page with saved data in the two textarea fields. But it is seen that after saving, the data is not getting displayed in the textarea. I tried giving <c ut> to check whether the data was getting set in the Form's data object. I'm able to print the data with <c ut>. But I dont know why its not getting displayed in the textarea. Can somebody resolve this Thanks!
|
 |
anand kumarblr
Greenhorn
Joined: Oct 27, 2006
Posts: 27
|
|
hi, In my jsp i have two textarea fields(Mapped to two attributes present in the Form). I'm using <layout:textarea>. The user is allowed to enter data in the two fields and save. After saving I need to display the same page with saved data in the two textarea fields. But it is seen that after saving, the data is not getting displayed in the textarea. solution:use <html:textarea> instead of <layout:textarea> and then try.
|
 |
 |
|
|
subject: Problem with textarea
|
|
|