| Author |
How to reset s:select
|
Jay Abrahm
Ranch Hand
Joined: May 28, 2008
Posts: 182
|
|
This post is related to http://www.coderanch.com/t/453945/HTML-JavaScript/Javascript-struts
All my struts elements are reset using javascript reset function. However, it is not able to reset s:select. Is it something wrong that I am doing or does javascript reset not work for s:select.
If that is the case what is the workaround. A custom reset method ??
|
 |
Roberto Hernandez
Ranch Hand
Joined: Apr 29, 2009
Posts: 33
|
|
Hey Jay,
Try to get your element by ID using javascript
then iterate over the select field options to remove them one by one;
Note: The Syntax could be a little different and may need some tweeking, but the concept is the same. Hope this helps
|
 |
Jay Abrahm
Ranch Hand
Joined: May 28, 2008
Posts: 182
|
|
Yep, I was scared that I might have to do that..
Do you know if javascript reset can handle struts select. I have seen javascript reset handle almost all the other fields including struts checkboxes.
Thanks for your inputs Roberto.
Jay
|
 |
 |
|
|
subject: How to reset s:select
|
|
|