Hi,

I have a js date picker pop up when the calendar icon is clicked, exactly
like this one on the wicket example pages:
http://wicketstuff.org/wicket13/dates/

Mine is used in exactly the same way, I have  [ <input type="text"
wicket:id="dateTextField" /> ] on the html side and on the java side, a
datePicker is added to the dateTextField field [ dateTextField.add(new
DatePicker()); ]

Like I said exactly like in the example from wicket. The problem I have is
that I have a flash right under the date text field, and when ever the
calendar icon is clicked the calendar popup is rendered behind the flash.
How do I get it to show ontop of the flash?

Thanks
-- 
View this message in context: 
http://www.nabble.com/js-pop-appearing-behind-flash-tp15456839p15456839.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]

Reply via email to