Hi

I'm not sure what exactly are you trying to accomplish. But in any case, 
remember that the modal window is an ajax component, thus to display it 
you need an ajax request.

So if you want to submit the form and open the ModalWindow afterwards, 
you need to use AjaxSubmitButton or AjaxSubmitLink.

-Matej

Shawn Tumey wrote:
> Hello,
> 
> I have a form that after validation needs to open a modal window. This 
> modal window basically acts as a very complex confirmation box. If the 
> user cancels out of the modal window, then they should be returned to 
> the form. However, if they submit / continue from the modal window, then 
> the model the form is based on gets forwarded to the next page.
> 
> I can not seem to trigger the modal window after the form validates.
> 
> Any help would be appreciated.
> 
> Regards,
> 
> -- 
> Shawn Tumey
> Cofounder
> MT Web Productions LLC
> www.mtwebproduction.com <http://www.mtwebproduction.com>
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to