Ok here is my issue. I have a modal that has a lot of information in it and it has to get back a large amount of data from the database and it is taking about 4 seconds to load because of all the data. I wish I was allowed to fliter the data more so there was not so much information but I do not get to make that decision.
Anyway when you click on the button to open the modal it takes about 4 or 5 seconds for the modal window to open. I would like to have something like lazyload has come up and show that the application is working and loading the modal instead of the screen just sitting there. If it just sits there while it is trying to load the user will click the button multiple times thinking the application is broken. So can I Lazy load a modal window? Or is there a better approach to tellign the user to wait for 5 seconds for the modal window to open? Thanks T -- View this message in context: http://www.nabble.com/Can-I-use-LazyLoad-or-something-like-it-with-a-modal--tp16722524p16722524.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
