Re: Tapestry 4.1.6 Dynamic Form

2011-10-03 Thread alanhay99
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

Tapestry 4.1.6 Dynamic Form

2011-10-03 Thread alanhay99
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()