You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Michal Hybler <m....@email.cz> on 2009/02/17 16:47:48 UTC

Modal window from modal window

Hi,
is there possibility to open modal window from modal window in wicket? I
have form in modal window and i want to implement button that opens next
modal window with some user options.

Thnx for your answers.
with regards Michal
-- 
View this message in context: http://www.nabble.com/Modal-window-from-modal-window-tp22059941p22059941.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Modal window from modal window

Posted by Michal Hybler <m....@email.cz>.
solved sorry for spam :(


Michal Hybler wrote:
> 
> Hi,
> is there possibility to open modal window from modal window in wicket? I
> have form in modal window and i want to implement button that opens next
> modal window with some user options.
> 
> Thnx for your answers.
> with regards Michal
> 

-- 
View this message in context: http://www.nabble.com/Modal-window-from-modal-window-tp22059941p22060768.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Modal window from modal window

Posted by dtoffe <dt...@yahoo.com.ar>.
    Yes it's possible, see the examples here:

  http://www.wicket-library.com/wicket-examples/ajax/modal-window.2

    You can also create a BasePage containing a ModalWindow and use it as a
base for all the pages you want to show in a modal window, so you can open a
modal window from any other modal window in a somewhat more reusable
fashion.

Hth,

Daniel



Michal Hybler wrote:
> 
> Hi,
> is there possibility to open modal window from modal window in wicket? I
> have form in modal window and i want to implement button that opens next
> modal window with some user options.
> 
> Thnx for your answers.
> with regards Michal
> 

-- 
View this message in context: http://www.nabble.com/Modal-window-from-modal-window-tp22059941p22060770.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org