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 Robin1982
> Does this same behavior happen if you turn off JavaScript? > > On 7/11/07, Robin1982 <[EMAIL PROTECTED]> wrote: > ... >> However, for larger parsing tasks, the controller (and the onSubmit >> method) >> is being called twice; once straight after i submit the fo

[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