Archive for Struts

Struts2 – Password input tag example

Tuesday, January 26th, 2010

Password tag struts 2 example
Password tag is used to get password input from user, send data to server. Struts2 Password tag can get hidden character input data from user in browser.

Example will show you how to use Password tag in struts2

<s:password key="txtpwd" />