RE: ModalWindow and Form problems

2013-05-22 Thread Michal Wegrzyn
Anybody? Best regards, Michał Węgrzyn -Original Message- From: Michal Wegrzyn [mailto:michal.wegr...@onior.com] Sent: Wednesday, May 08, 2013 11:22 To: users@wicket.apache.org Subject: ModalWindow and Form problems Hi, We are using modal window with two forms at the moment:

Revisit WICKET-2684?

2013-05-22 Thread John Krasnay
WICKET-2684 is titled 'Provide a way to disable Child component has a non-safe child id'. It was closed as invalid, but I think I have a use-case that wasn't considered when it was closed. In our application we're moving to an approach of building most of our UI by adding panels to

RE: Revisit WICKET-2684?

2013-05-22 Thread Paul Bors
Take a look at how Wicket-Dashboard achieves a similar goal. https://github.com/decebals/wicket-dashboard In your case you would have a dashboard per form with panels for each form field. ~ Thank you, Paul Bors -Original Message- From: John Krasnay [mailto:j...@krasnay.ca] Sent:

Re: Best way to choose different render

2013-05-22 Thread Martin Grigorov
Hi, Use different Panel/Fragment depending on the input. On Wed, May 22, 2013 at 5:55 PM, coincoinfou olivierandr...@gmail.comwrote: I'm looking for different rendering for the same component My template look like this : li [Label] nbsp;:nbsp; [Value] /li Wich is the best way to

Issue in 6.8.0 - Form with CompoundPropertyModel and AjaxSubmitLink

2013-05-22 Thread Petr Zajac
Hi, when I tried to upgrade to to Wicket 6.8.0 I found probably serious issue. We have Form with two text fields ('username' and 'password'). We set CompoundPropertyModel and bound properties to two textfields. The submit button uses AjaxSubmitLink. When I click to submit button the the form

Re: Issue in 6.8.0 - Form with CompoundPropertyModel and AjaxSubmitLink

2013-05-22 Thread Martin Grigorov
Hi, On Wed, May 22, 2013 at 11:07 PM, Petr Zajac petr.za...@gmail.com wrote: Hi, when I tried to upgrade to to Wicket 6.8.0 I found probably serious issue. We have Form with two text fields ('username' and 'password'). We set CompoundPropertyModel and bound properties to two textfields. The

Re: Issue in 6.8.0 - Form with CompoundPropertyModel and AjaxSubmitLink

2013-05-22 Thread Petr Zajac
Hi Martin, thanks for the quick answer. Yes, the text fields are not empty and the parameters in requests are also empty. I found why after small investigation. The text fields are disabled after pressing submit button by using jquery in our code:

Component:continueToOriginalDestination to pass parameters to original page

2013-05-22 Thread glidek
When Component:continueToOriginalDestination() is called, is there a way to pass parameters to the original destination Wicket is redirecting to? -- View this message in context:

when i click the link quickly in my page,then will show the wrong page

2013-05-22 Thread fan wang
in my project,i have a menu in my page,but when i click the menu quickly,the will show the wrong page,, Page Expired The page you requested has expired. Return to home page THX -- View this message in context: