Sorry if this posts multiple times, but mail services are in chaos today.

Doesn't this work?
Doesn't seem to work. I have in my action the method ...

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.name

Which 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

Reply via email to