Thomas Götz-2 wrote
> 
> As an alternative, you could use an AjaxLink and push the popup-opener JS
> to teh frontend, then you could have your decision logic (wether to open
> it or not) in the backend (Wicket layer).
>    
> 

But, how would you do that?

if  (condition) {
   info("Do this first");
} else {
   activate JS-popup-opener ????
}

And furthermore, I need to pass data to the popup-page, so I would have to
stick that in the Session?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Conditional-Popup-tp4649649p4649708.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to