We have implemented something like that with a wrapper around a Wicket implementation. So you create a PopupPanel object and under the covers it decides if it should use a ModalWindow (or other) or just changes the response page to a new page. The wrapper takes a component that it adds to either of these when they are created. If it is non-JS the wrapper holds onto the old page reference so it can be restored.
Our full page for non-JS people has some decoration around it to make it look less rubbish as most of our modals have very little in them. pixologe wrote: > > Hi everybody, > > is there any ModalWindow implementation with fallback (in case there is no > js available) around? > There does not seem to be something like this in Wicket, but perhaps > someone has developed an extension or another dialog component? > > Having dialogs completely depend on Javascript is def a KO for use in my > current project. > > Cheers & thanks for any hints > > btw: I have seen and read the thread some months ago > http://www.nabble.com/Fallback-support-for-ModalWindow-td15985980.html > > > -- View this message in context: http://www.nabble.com/ModalWindow-with-fallback-tp18627073p18628951.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]
