Re: Best practice activation context and later ajax calls

2012-11-13 Thread Lance Java
I'm guessing that you render the "recalculate" zone by submitting another form... correct? If so, you could include the values from the first calculate as in the second form. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context

Re: Best practice activation context and later ajax calls

2012-11-13 Thread nquirynen
calculated values from the initial calculation. Now I don't see another way than to @Persist these values to use them, or is there a better/other way? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context-and-later-ajax-calls-tp5717936p5717966

Re: Best practice activation context and later ajax calls

2012-11-12 Thread Lance Java
(). Assuming you have a ValueEncoder configured, you can do the following: @PageActivationContext private Policy policy; -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context-and-later-ajax-calls-tp5717936p5717941.html Sent from the Tapestry

Re: Best practice activation context and later ajax calls

2012-11-12 Thread Lance Java
; } [1] http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ValueEncoder.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context-and-later-ajax-calls-tp5717936p5717939.html Sent from the Tapestry - User mailing list archive at

Re: Best practice activation context and later ajax calls

2012-11-12 Thread Chris Poulsen
lso in your AJAX calls? > Do you use @Persist, or maybe just write getter methods and retrieve them > again every request? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context-and-l

Best practice activation context and later ajax calls

2012-11-12 Thread nquirynen
your AJAX calls? Do you use @Persist, or maybe just write getter methods and retrieve them again every request? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-activation-context-and-later-ajax-calls-tp5717936.html Sent from the Tapestry - User mailing