Textarea tag struts 2 example
Textarea tag is used to get input from user, send data to server. Struts2 textarea tag can get more input data from user in browser.
Example will show you how to use textarea tag in struts2
<s:textarea key="txtArea" value="value" cols="50" rows="5" />

Tags: struts2




Link to Us