Hi,

Check the JavaScript console for any errors.
Also in Dev Tools > Network tab for the actual Ajax response.
What looks suspicious to me is: <component id="modal23e" ></component>. It
shouldn't be empty.
Please show us the related Java code.

Martin Grigorov
Freelancer, available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, Mar 17, 2015 at 2:08 PM, wicket556 <[email protected]> wrote:

> Hi I started to build my application with Wicket(7).
>
> And I have problem with ajax modal window example. Basically they don't
> show
> up.
>
> This is the message which I get from Wicket Ajax Debug Window. I don't see
> what can be wrong with this. Maybe someone would be able to help me with
> that.
>
> Thanks in advance.
>
>
> INFO: focus set on showModal139
> INFO: Received ajax response (2368 characters)
> INFO:
> <?xml version="1.0" encoding="UTF-8"?><ajax-response><component
> id="modal13c" ></component><header-contribution encoding="wicket1"
> ></header-contribution><evaluate></evaluate></ajax-response>
> INFO: returned focused element: javascript:;
> INFO: returned focused element: javascript:;
> INFO: Response processed successfully.
> INFO: refocus last focused component not needed/allowed
> INFO: focus removed from showModal139
> INFO: focus set on undefined
> INFO: focus set on showModal139
> INFO: focus removed from showModal139
> INFO: focus set on undefined
> INFO: focus set on showModal139
> INFO: focus removed from showModal139
> INFO: focus set on wicketDebugLink
> INFO: focus removed from wicketDebugLink
> INFO: focus set on showModal23a
> INFO: Received ajax response (7874 characters)
> INFO:
> <?xml version="1.0" encoding="UTF-8"?><ajax-response><component
> id="modal23e" ></component><header-contribution encoding="wicket1"
> ></header-contribution><priority-evaluate></priority-evaluate><evaluate
> encoding="wicket1"></evaluate></ajax-response>
> INFO: returned focused element: javascript:;
> INFO: returned focused element: javascript:;
> INFO: Response processed successfully.
> INFO: refocus last focused component not needed/allowed
> INFO: focus removed from showModal23a
> INFO: focus set on undefined
> INFO: focus removed from undefined
> INFO: focus set on undefined
> INFO: focus removed from undefined
> INFO: focus set on undefined
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Problem-with-ModalWindowPage-example-tp4670030.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to