"t:if" dose no save its stage in ValidationTracker

2011-05-15 Thread Василий Жуков
Hi everyone, I have some problem with t:if It's my form in Start.tml Hello It's my Start.java public class Start { @Property private boolean check; @Environmental private ValidationTracker tracker; void pageAttached() { check

Re: Updating only specific divs in Zone update

2011-05-15 Thread Geoff Callender
Try these: AJAX Filter CRUD: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajaxfiltercrud AJAX Components CRUD: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajaxcomponentscrud Cheers, Geoff On 14/05/2011, at 3:06 AM, Rich M wrote: > Hi, > > I

submit context in loop

2011-05-15 Thread Paul Stanton
Tapestry 5.1.0.5 Hi all, I'm having a problem with the following code: Say I end up with the following buttons: Clicking on either button will only ever trigger the event 'onRemoveLocation' with the context '2504658'. I'm guessing the second submit component is overriding the ev