Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-12 Thread Matt Raible
You might try changing your maven-jetty-plugin to use version 6.1.4. Maybe a more recent version of Jetty will solve the problem. If that doesn't work, I'd suggest contacting the Jetty mailing list. http://www.nabble.com/Jetty-Support-f61.html Matt On 7/12/07, Robin1982 <[EMAIL PROTECTED]> wrot

Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-12 Thread Robin1982
mraible wrote: > > >> If disabling JavaScript causes only one request to go through, then >> the two-request issues is probably caused by some sort of >> onclick/onsubmit event on a form element. > >>Maybe the request is so large that Jetty is trying to "chunk" the >>data? I'm not sure. Can yo

Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-12 Thread Matt Raible
On 7/12/07, Robin1982 <[EMAIL PROTECTED]> wrote: No it doesn't actually - it is only called the once now. If disabling JavaScript causes only one request to go through, then the two-request issues is probably caused by some sort of onclick/onsubmit event on a form element. However, the page

Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-12 Thread Robin1982
No it doesn't actually - it is only called the once now. However, the page still "times out" - i.e. the page goes blank after about 30 seconds (while the parsing is still active) but is not forwarded to the success page. Any ideas to solve this? Robin mraible wrote: > > Does this same beha

Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-11 Thread Dale Newfield
Matt Raible wrote: Does this same behavior happen if you turn off JavaScript? Or if you just pull the network cord from the client machine? -Dale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-11 Thread Matt Raible
Does this same behavior happen if you turn off JavaScript? On 7/11/07, Robin1982 <[EMAIL PROTECTED]> wrote: I extended the Appfuse Basic Spring MVC archetype. I have modified the app to do what i want to do: parse a certain website, modify the data from this website and then persist it locall

[appfuse-user] Appfuse2 Spring MVC Long Running Controller

2007-07-11 Thread Robin1982
I extended the Appfuse Basic Spring MVC archetype. I have modified the app to do what i want to do: parse a certain website, modify the data from this website and then persist it locally. I'm using a web form that the user (me) fills out saying how much of the site I want parsed. It parses the s