Which runtime are you using? I am assuming swf8 ? So what you are reporting seems to be that if the server responds to a data request with a redirect, then the Laszlo runtime silently ignores it, and you get a timeout eventually?
Can you set a handler for the ontimeout event on your dataset, and see if it fires (default is 30 seconds I think, for a timeout) On Thu, Jan 29, 2009 at 10:24 AM, Tim Dauer <[email protected]> wrote: > Dear Laszlo-List! > > I'm looking around the net for quite some time now, but I hadn't had any > luck. Here is the problem: > I am communicating with servlets that are located in the servlet container > Tomcat (Version 6 I think). When my jsessionid runs out it replys with a > redirect answer, but the ondata callback method isn't invoked - so there is > no ondata event and the request eventually goes into nirvana. > Is there a way to catch on such a redirect event that is coming from a > tomcat? And if yes: How? > > Thanks for the help! > > Greets > Tim > -- Henry Minsky Software Architect [email protected]
