Re: ModalWindow question

2010-10-18 Thread drf
in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-question-tp2999304p3001005.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

ModalWindow question

2010-10-17 Thread drf
on a menu link the modal will appear - not good. What is a better way to do this? I thought about disabling the back button, but that seems to be bad practice (correct?), certainly not what the user expects. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-question

Re: ModalWindow question

2010-10-17 Thread Martin Grigorov
, but that seems to be bad practice (correct?), certainly not what the user expects. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-question-tp2999304p2999304.html Sent from the Users forum mailing list archive at Nabble.com

Re: ModalWindow question

2010-10-17 Thread Martin Makundi
, but that seems to be bad practice (correct?), certainly not what the user expects. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-question-tp2999304p2999304.html Sent from the Users forum mailing list archive at Nabble.com

Re: ModalWindow - Question

2010-07-07 Thread Alis
Hello Martin, i´m use dialog(name ModalWindow).close(target)...thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-Question-tp2279695p2280890.html Sent from the Wicket - User mailing list archive at Nabble.com

ModalWindow - Question

2010-07-06 Thread Alis
-wicket.1842946.n4.nabble.com/ModalWindow-Question-tp2279695p2279695.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: ModalWindow - Question

2010-07-06 Thread Martin Makundi
);               }            };        }; -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-Question-tp2279695p2279695.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

ModalWindow question

2007-11-01 Thread Doug Leeper
one go about doing this? Thanks in advance, - Doug -- View this message in context: http://www.nabble.com/ModalWindow-question-tf4731828.html#a13530210 Sent from the Wicket - User mailing list archive at Nabble.com

Re: AW: ModalWindow question

2007-11-01 Thread Doug Leeper
*/ ); } else if ( callbackState.value.equals( /* ACTION FOO */)) { setResponsePage( /* FooPage */ ); } ... } ); -- View this message in context: http://www.nabble.com/ModalWindow-question-tf4731828.html#a13532596 Sent from