Session Expiration - Ajax

2013-01-08 Thread Shaun Thompson
I'm currently evaluating component based frameworks, as we are using Wicket, and one of the problems we encounter is Ajax interactions after the http session has expired. If a user clicks on a component that is Ajax enabled - the framework throws a PageExpiration exception. For most applications,

Re: Session Expiration - Ajax

2013-01-08 Thread Lance Java
Short answer: Forms, buttons, links and ajax actions in general do not require the session. You can do whatever you like in your ajax actions which *might* include accessing session state (eg via @Persist). There are a couple of core tapestry components that require the session but it's your choice

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Geoff Callender
Both! But mostly Prototype. On 09/01/2013, at 4:53 AM, bhorvat wrote: > By the way is jumpstart using jquer or prototype? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-6-5-0-is-out-tp5719204p5719211.html > Sent from the Tapestry - User maili

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread bhorvat
By the way is jumpstart using jquer or prototype? -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-JumpStart-6-5-0-is-out-tp5719204p5719211.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: exception report

2013-01-08 Thread George Christman
I'd like to also add I'm using the ajaxformloop component. Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/exception-report-tp5719007p5719210.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: exception report

2013-01-08 Thread George Christman
Hi Howard, I'm now running into a similar issue. Could you explain what you mean by "serializing the id's of the database entities and not the serialized versions of the entities themselves"? This is what I currently have, @Entity public class LineItem implements Serializable { @Id @Gen

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Russell John-Baptistr
Excellent work Geoff!! Sent from my iPhone On Jan 8, 2013, at 7:42 AM, Geoff Callender wrote: > Hi all, > > JumpStart 6.5.0 is out. More examples have been added since the last > announcement: > >* Bootstrap Styling >* AJAX Loading Spinner >* Grid Data Sources (server-side pagin

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Rural Hunter
Congratulation! Great work as always! 于 2013/1/8 20:42, Geoff Callender 写道: Hi all, JumpStart 6.5.0 is out. More examples have been added since the last announcement: * Bootstrap Styling * AJAX Loading Spinner * Grid Data Sources (server-side paging) * If, Not,

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Pierre Goupil
It's great, indeed! Congrats & keep on the hard work! Cheers, Pierre On Tue, Jan 8, 2013 at 3:29 PM, Massimo Lusetti wrote: > Kudos! ... Everyone should spread the word about Jumpstart, let's use > #jumpstart with #tapestry5 > > > > On Tue, Jan 8, 2013 at 1:42 PM, Geoff Callender < > geoff.c

Re: [ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Massimo Lusetti
Kudos! ... Everyone should spread the word about Jumpstart, let's use #jumpstart with #tapestry5 On Tue, Jan 8, 2013 at 1:42 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Hi all, > > JumpStart 6.5.0 is out. More examples have been added since the last > announcement: > >

[ANN] JumpStart 6.5.0 is out

2013-01-08 Thread Geoff Callender
Hi all, JumpStart 6.5.0 is out. More examples have been added since the last announcement: * Bootstrap Styling * AJAX Loading Spinner * Grid Data Sources (server-side paging) * If, Not, Negate, Switch, Else, Unless * Mixins * Creating Mixins

DOAP File

2013-01-08 Thread Michael Dukaczewski
The Apache Tapestry 5 DOAP file appears to be outdated: http://projects.apache.org/projects/tapestry.html - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apach