Doesn't seem to work. I have in my action the method ...Doesn't this work?
public void setSomeMethod(String item) {
System.out.println("item = " + item);
}
And in my view page I have exactly as below. So when I submit this form, my other controls work as normal, but this hasn't worked for me yet.
<input type="checkbox" name="$someMethod($set.name)" value="$set.name">$set.nameWhich would call $someMethod, passing in $set.name?
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork