Re: Styling label tags

2013-09-04 Thread Lucio Crusca
On Monday 02 September 2013 10:12:25 Martin Grigorov wrote: On Sat, Aug 31, 2013 at 10:18 AM, Lucio Crusca lu...@sulweb.org wrote: In data venerdì 30 agosto 2013 10:48:35, Martin Grigorov ha scritto: Hi Lucio, The suggested solution should work. Which one? I think I've tried all of them

Re: Styling label tags

2013-09-04 Thread Martin Grigorov
Hi Lucio, On Wed, Sep 4, 2013 at 10:06 AM, Lucio Crusca lu...@sulweb.org wrote: On Monday 02 September 2013 10:12:25 Martin Grigorov wrote: On Sat, Aug 31, 2013 at 10:18 AM, Lucio Crusca lu...@sulweb.org wrote: In data venerdì 30 agosto 2013 10:48:35, Martin Grigorov ha scritto: Hi

Re: Styling label tags

2013-09-04 Thread francois meillet
Hi Lucio, The for=anything was referring to the id=anything of the input tag, which is valid. See http://www.w3schools.com/tags/tag_label.asp. form wicket:id=form label wicket:id=label_tag for=anything span wicket:id=label_tag_Text /span /label

Re: AutoCompleteTextField ajax update problem

2013-09-04 Thread Martin Grigorov
Hi, You can use 6.11.0-SNAPSHOT from http://wicket.apache.org/start/quickstart.html. It has all the needed data in the generated pom.xml. On Wed, Sep 4, 2013 at 6:11 AM, jchappelle jchappe...@4redi.com wrote: Thanks for your response Sven. The AutoCompleteTextField was part of a bigger

Disabled drop down do not pass required validator.

2013-09-04 Thread cosmindumy
Hello, I have drop down with a required validator. My form is not auto processed and I do the validation call. If the field is disabled, the required valitator fails which I do not want. A workaround was to override the method isInputNullable to return false. Is this safe? Or is there a

Re: Disabled drop down do not pass required validator.

2013-09-04 Thread Martin Grigorov
Hi, If a form component is disabled then the browser doesn't send its value to the server. On Wed, Sep 4, 2013 at 11:04 AM, cosmindumy cosmind...@yahoo.com wrote: Hello, I have drop down with a required validator. My form is not auto processed and I do the validation call. If the field is

Re: Custom FormComponent and model update

2013-09-04 Thread Edgar Merino
I managed to got it working, but in the end I gave up trying to integrate my js library and did it using pure wicket, the end result was a lot nicer and much easier to maintain. Thank you for your answer. On 30/08/13 03:09, Martin Grigorov wrote: Hi, There is a special handling for Ajax

Re: Disabled drop down do not pass required validator.

2013-09-04 Thread cosmindumy
Thanks for response. Seems that best solution is replicate wicket behaviour. To validate only if is enabled and visible. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Disabled-drop-down-do-not-pass-required-validator-tp4661187p4661190.html Sent from the Users

Wicket 6.10 required attribute and cancel buttons

2013-09-04 Thread pureza
Hi, I have a form with a cancel button with type=submit as suggested here: https://cwiki.apache.org/confluence/display/WICKET/Multiple+submit+buttons. Since version 6.10.0, Wicket adds the HTML5 required attribute which causes the browser validation to fail when the user clicks the Cancel

Re: Wicket 6.10 required attribute and cancel buttons

2013-09-04 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5324 https://issues.apache.org/jira/browse/WICKET-5331 On Wed, Sep 4, 2013 at 12:12 PM, pureza pur...@gmail.com wrote: Hi, I have a form with a cancel button with type=submit as suggested here:

Re: Wicket 6.10 required attribute and cancel buttons

2013-09-04 Thread pureza
Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-10-required-attribute-and-cancel-buttons-tp4661191p4661193.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: Internal frame in Wicket Page to external website

2013-09-04 Thread Paul Bors
Is your iframe src always the same? If so why do you need to use Java code for it when plain HTML would suffice? If it's not, then use the InlineFrame and override the CharSequence getURL() if you want to generate your own external URL. ~ Thank you, Paul Bors On Fri, Aug 23, 2013 at 2:09 PM,

Re: DataTable + Categories

2013-09-04 Thread Tommy Sadiq Hinrichsen
Good idea. I will give it a go. Med venlig hilsen / Best regards Tommy Sadiq Hinrichsen Selvstændig IT-udvikler HD-ØP Humlebækgade 16, 1.tv. 2200 København N Tlf: 26 24 14 36 Mangler du en billig anlægsgartner, så prøv http://www.sl-haveanlaeg.dk 2013/9/3 Gabriel Landon glan...@piti.pf