Re: Problem with Required component message

2009-08-02 Thread Uwe Schäfer
Martin Makundi schrieb: Debugging deeper into the problem shows that Wicket constructs a dot-notation component path of the requied component: page.panel.form.nested_panel.listview.index.componentId.Required and tries to look for a property with such name. don´t know about the exact state of

RE: Problem with Required component message

2009-08-02 Thread Russell Simpkins
Martin, I did this by creating a properties file MyPanel.properties and then setting creditCardForm.ccNumber.Required=Please enter your credit card number. Did you try setting form.componentId.Required? Or even panel.form.componentId.Required Russ Date: Sun, 2 Aug 2009 12:19:40 +0300 Subject:

Re: Problem with Required component message

2009-08-02 Thread Martin Makundi
I did this by creating a properties file MyPanel.properties and then setting creditCardForm.ccNumber.Required=Please enter your credit card number. Did you try setting form.componentId.Required? Or even panel.form.componentId.Required The problem is that my field is on a ListView. I cannot