| Author |
How to use Reset in Struts JSP?
|
Bob Watson
Greenhorn
Joined: Dec 04, 2003
Posts: 4
|
|
Hello everyone, If I use a form bean and <html:text property="someName" />, then Struts will put whatever the form bean's "someName" is into <html type="text" value="blah">, where blah is the value of form bean variable "someName". A Reset button won't be able to clear up the default value attribute. How can we write the JSP custom tag to have Reset clear? Thanks in advance.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Welcome to the Ranch Javaman! You'll find this forum a great place to seek help on JSP pages, and there aren't many rules you'll have to worry about, but one is that proper names are required. Please take a look at the JavaRanch Naming Policy and change your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Also, moving this to the Struts forum. Thanks! bear JSP Forum Bartender [ December 18, 2003: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to use Reset in Struts JSP?
|
|
|