Re: Ajax errors handling

2012-08-06 Thread Lenny Primak
I didn't do any work in that regard. Sorry. On Aug 6, 2012, at 1:44 PM, Matías Blasi wrote: > Thank you very much Lenny! > > I'll research on the code. > > As far as I understood, that library does one of my two requirements (the > ajax error redirection handling) > I would like, to integra

Re: Ajax errors handling

2012-08-06 Thread Matías Blasi
Thank you very much Lenny! I'll research on the code. As far as I understood, that library does one of my two requirements (the ajax error redirection handling) I would like, to integrate the ajax-errors produced, with my client error messaging system (alerts/jgrowl) Is there any place to attach

Re: Ajax errors handling

2012-08-05 Thread Lenny Primak
Flowlogix tapestry library does this the redirect-on-logout and session expired handling http://code.google.com/p/flowlogix/ On Aug 5, 2012, at 10:56 PM, Matías Blasi wrote: > Hi all, > > I'm interested on handling ajax requests errors in some way to integrate > them with the alerts mechanism

Ajax errors handling

2012-08-05 Thread Matías Blasi
Hi all, I'm interested on handling ajax requests errors in some way to integrate them with the alerts mechanism (jGrowl) if its possible. I think that I should contribute some errorHandler to the tapestry javascript library, am I right? Also, it would be usefull to detect a session expired/forbi