Re: Difficulties

2018-05-23 Thread JavaTraveler
All right sorry, it's ok, it works ! I was using, without realising it, a JSF form ^^ Really sorry for the trouble. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail:

Re: Difficulties

2018-05-23 Thread JavaTraveler
Hello ! I managed to do so, and make it a panel, with . But The button still refuse to work ^^ I'm trying anything I can find. Any idea ? -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To

Re: Difficulties

2018-05-22 Thread Maxim Solodovnik
I would make it panel instead of page In this case you can update panel with search results via ajax ... WBR, Maxim (from mobile, sorry for the typos) On Tue, May 22, 2018, 22:55 JavaTraveler wrote: > Yes it is. It shouldn't be ? > > My idea was to make a template. A

Re: Difficulties

2018-05-22 Thread JavaTraveler
Yes it is. It shouldn't be ? My idea was to make a template. A sidebar for searching always available. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail:

Re: Difficulties

2018-05-22 Thread Martin Grigorov
Is the button's Form also inside the IFrame ? On Tue, May 22, 2018 at 5:49 PM, JavaTraveler wrote: > On that subject, I have another question if you don't mind. > I got troubles with IFrame. I have a submit button in a form inside the > iFrame. This button doesn't do

Re: Difficulties

2018-05-22 Thread JavaTraveler
On that subject, I have another question if you don't mind. I got troubles with IFrame. I have a submit button in a form inside the iFrame. This button doesn't do anything. But if I do the same button outside of the iframe, everything works fine. Is this normal ? -- Sent from:

Re: Difficulties

2018-05-22 Thread JavaTraveler
It works, that's great, thank you so much ! :D -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Difficulties

2018-05-22 Thread Martin Grigorov
Hi, Welcome to Wicket! Wicket's Page is like a complete HTML page in the browser. The only way to include one HTML page in another in the browser is by using (i)frames. So in Wicket it is the same, see InlineFrame.java. If you want to reuse just part of the page then you need Wicket Panel. A

Difficulties

2018-05-22 Thread JavaTraveler
Hello everyone, I'm extremely new to the wicket Framework. Trying to learn since last week :) I'm searching for some help. I have made a page that I want to become a side bar. This page has an ejb injection in it: private static final long serialVersionUID = 1L;