Re: Spring and executeAndWait

2007-05-23 Thread Dale Newfield
Mansour wrote: By the way, why did you include the action in the wait page ? namespace=""/>"/> Are you suggesting that this: will also work, and quite possibly make the page useful for more actions? The rest of the page makes this a special purpose page anyway, and I wasn't sure what that

Re: Spring and executeAndWait

2007-05-23 Thread Mansour
By the way, why did you include the action in the wait page ? namespace=""/>"/> Mansour wrote: Dale: That worked just like magic. Thank you. I was about to create page for wait.jsp that looks exactly like the mainLayout.jsp and exclude the wait.jsp from the decorators in siteMesh and incl

Re: Spring and executeAndWait

2007-05-23 Thread Mansour
Dale: That worked just like magic. Thank you. I was about to create page for wait.jsp that looks exactly like the mainLayout.jsp and exclude the wait.jsp from the decorators in siteMesh and include the refresh meta tag in it. But you ways is way better. Thanks. Dale Newfield wrote: Mansou

Re: Spring and executeAndWait

2007-05-23 Thread Dale Newfield
Mansour wrote: I thought this will be generated automatically by FreeMaker iif you don't provide your waiting page, according to the documentation. It should be. When I first started using execAndWait it generated the page for me automagically, but then later I wanted to tailor the content,

Re: Spring and executeAndWait

2007-05-23 Thread Dave Newton
--- Mansour <[EMAIL PROTECTED]> wrote: > When I inserted the http-equiv="refresh" content="5;url= includeParams="all"/>"/> in > the mainLayout.jsp, it forwarded fine, but all the > pages on the site refresh themselves every 5 seconds Just think of the ad revenue. > Do You have a way around thi

Re: Spring and executeAndWait

2007-05-23 Thread Mansour
That helped a lot. Thank you Dale and Dave. Now the problem was that I am using siteMesh and inserting header, footer and navigation pages. When I inserted the http-equiv="refresh" content="5;url="/> in the mainLayout.jsp, it forwarded fine, but all the pages on the site refresh themselves eve

Re: Spring and executeAndWait

2007-05-23 Thread Dave Newton
--- Mansour <[EMAIL PROTECTED]> wrote: > I thought this will be generated automatically by > FreeMaker iif you don't provide your waiting page, > according to the documentation. Did you verify that the HTML it is producing is correct and that your browser is actually refreshing the page? d.

Re: Spring and executeAndWait

2007-05-23 Thread Mansour
Dale Newfield wrote: Mansour wrote: This was the first thing I did. The waiting page stays, and the results are never shown unless I hit refresh. That's appropriate, except that a meta tag in the head of the page should cause your browser to automatically refresh. Something like: "/> I tho

Re: Spring and executeAndWait

2007-05-23 Thread Dale Newfield
Mansour wrote: This was the first thing I did. The waiting page stays, and the results are never shown unless I hit refresh. That's appropriate, except that a meta tag in the head of the page should cause your browser to automatically refresh. Something like: "/> ("60" is in seconds, so yo

Re: Spring and executeAndWait

2007-05-23 Thread Mansour
Dave Newton wrote: --- Mansour <[EMAIL PROTECTED]> wrote: Do I need to use or configure spring to get executeAndWait interceptor working ? Don't know why you would. Because that's the only thing i didn't try. Did you look at the examples in showcase? This was the first thing I

Re: Spring and executeAndWait

2007-05-23 Thread Dave Newton
--- Mansour <[EMAIL PROTECTED]> wrote: > Do I need to use or configure spring to get > executeAndWait interceptor working ? Don't know why you would. Did you look at the examples in showcase? d. Buildi

Spring and executeAndWait

2007-05-23 Thread Mansour
Do I need to use or configure spring to get executeAndWait interceptor working ? if yes, is there ant pointers or documentation ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]