| Author |
Usage of Struts tags
|
Shyam Sunder
Greenhorn
Joined: Dec 23, 2006
Posts: 24
|
|
|
How can we use <html:button tag
|
 |
Rama Krishna Ghanta
Ranch Hand
Joined: Nov 20, 2006
Posts: 59
|
|
|
<html:button property="email">Email</html:button>
|
Ram...
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
This renders an html <input type="button" > tag. This type of button does not submit the form, so you will generally want to code an onclick event and provide some JavaScript code to execute when the button is clicked.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Usage of Struts tags
|
|
|