Vic Hood wrote:Hi All,
I have a situation where I have to call an action class , when there is a change in the values of a dropdown box that im implementing using struts 2 tags , im trying to use javascript for this and need to pass a variable to the function being called > Could anyone please help me with an example .Thanks.
Jaydeep Wagh wrote: Hello all, I am preparing for the Sun Certification of Java and I have a question about the String class in Java.
my question is that in the above code how many objects are created after the line #3 executes...?
Please do provide your explanation as well. Thanks in advance.
Chris Montgomery wrote:I've struggled with these as well. unchecked boxes basically don't exist.
To be honest, I avoid the struts implementation of checkboxes if I need to get 'fancy'.
An alternative is to create your own checkboxes ( this can be done dynamically ) and assign meaningful id's to each of the checkboxs. From there, you can leverage jQuery's select event along with AJAX to deal with the user selection realtime. No form submit necessary...
This exact solution may not be relevant, but hopefully provides you some alternative perspectives on solving your issue.