try org.apache.wicket.Localizer

-igor

On Wed, Oct 22, 2008 at 1:55 AM, Kai Mütz <[EMAIL PROTECTED]> wrote:
> Thank you, but it seems that only found resources are logged. Meanwhile I
> have found out that I have to use a key like this:
>
> myform.tabs.panel.myfield=My Field
>
> where "tabs" is the id of my tabbed panel. But I haven't found a log message
> that points to a missing key "myform.tabs.panel.myfield".
>
> Kai
>
> Igor Vaynberg <mailto:[EMAIL PROTECTED]> wrote:
>> log4j.logger.org.apache.wicket.resource=DEBUG
>>
>> should do it afair.
>>
>> -igor
>>
>>
>> On Tue, Oct 21, 2008 at 8:16 AM, Kai Mütz <[EMAIL PROTECTED]>
>> wrote:
>>
>> Hi,
>>
>> I have some problems with validation messages. Normally I set my
>> validation messages within the property files like this:
>>
>> Required='${label}' is required
>> StringValidator.maximum='${label}' [...] ${maximum} [...]
>>
>> myform.myfield=My Field
>>
>> and got (as expected) "'My Field' is required" if I do not fill
>> myfield.
>>
>> A problem occurs with a form which contains a tapped panel. The
>> validator does not find the resource and I got the message "'myfield'
>> is required". Is there a possibility to find out which resource key
>> the validator uses to find the resource? And in which property files
>> the validator is searching?
>>
>> Thanks in advance,
>> Kai
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to