I'm trying to get some Ajax functionality working in tapestry 4.1.6.
I can get the following working using okay with an action listener defined:
While the above works, haveing everything in one formmeans of course that
all values are submitted when
a checkbox is toggled. For various reasons, I
I'm trying to get some Ajax functionality working in tapestry 4.1.6.
I can get the following working using okay with an action listener defined:
@EventListener( targets = "benefitSelect", events = "onchange",
submitForm="frequencyForm")
public void doStuff()