| Author |
struts html event
|
Chris Pat
Ranch Hand
Joined: Aug 27, 2005
Posts: 156
|
|
Hello I have problems triggering a javascript function from a struts tag. <script> function test(){ window.alert("hello from test"); } </script> <html:button property="" value="Test Button" onklick="test()"/> I never see the alert.
|
 |
Vani Bandargal
Ranch Hand
Joined: Oct 06, 2005
Posts: 82
|
|
|
it seems onclick(onKlick) is mispelled .
|
 |
 |
|
|
subject: struts html event
|
|
|