Archive for Struts

Struts2 – textarea tag example

Sunday, January 3rd, 2010

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" />