Re: The old 'please wait' issue

2004-10-15 Thread Eddie Bush
You've got a template somewhere that dictates the layout for your pages, right? So, what's to keep you from having a template -- exactly like that one -- with a meta refresh tag in the head? Hrm ... that might be too easy though. You might even see some reuse out of it if you have other time

Re: The old 'please wait' issue

2004-10-14 Thread Jeff Beal
I had something worked up on a former project that allowed me to add extra header information on a page-by-page basis to Tiles. I don't have access to the source code any more, but it looked something like this: Tiles definition file: I don't think that I used the ex

Re: The old 'please wait' issue

2004-10-14 Thread Lionel
andy wix wrote: > The problem is that I am using Tiles and so cannot have (as far as I > know) a meta-refresh tag as this should go in the head of the > document. Likewise I can't use on-load javascipt as I don't have a > body tag. response.setHeader("Refresh", "..."); --

Re: The old 'please wait' issue

2004-10-13 Thread Andrew Close
you can easily implement this using CSS (and a little javascript) and have it work with Tiles. in your style sheet add this: (and style it any way you want) div#Processing { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; text-align: center;

Re: The old 'please wait' issue

2004-10-13 Thread Hubert Rabago
It's common to see "please wait" messages that look different from the rest of the app. You may be able to get away with using a totally different page/layout for this page. If not, you can consider using javascript to do the automatic submission. On Wed, 13 Oct 2004 15:29:31 +, andy wix <[