aayalona
07-07-2005, 03:33 PM
How do I set a boolean data member of a form bean from javascript?
eg.
XForm.java
boolean show = false;
setShow(boolean s)
boolean getShow()
How do i call setShow from javascript
i tried
document.XForm.setShow(true);
it did not work..
help will be really appreciated.
thank you
eg.
XForm.java
boolean show = false;
setShow(boolean s)
boolean getShow()
How do i call setShow from javascript
i tried
document.XForm.setShow(true);
it did not work..
help will be really appreciated.
thank you