Re: [core] display label from resource bundle in validation message

2007-10-02 Thread Thomas Fischer
Hi Volker, thanks for the hint, the sandbox component works for us. Would it be a feature to incorporate this into the standard release ? I must admit I do not understand the sandbox implementation. There, at the start of (almost) every phase, the bundles are put in the request. I do not think th

Re: [core] display label from resource bundle in validation message

2007-09-28 Thread Volker Weber
Hi Thomas, f:loadBundle stores the bundle in request-scope, you can use the loadBundle from sandbox as replacement: http://myfaces.apache.org/sandbox/apidocs/org/apache/myfaces/custom/loadbundle/LoadBundleTag.html Regards, Volker 2007/9/28, Thomas Fischer <[EMAIL PROTECTED]>: > > Hi all,

[core] display label from resource bundle in validation message

2007-09-28 Thread Thomas Fischer
Hi all, We have an input field that looks like: If the "required" validation fails, the label is be replaced into placeholder {0} of the validation message "{0}: Validation Error: Value is required." Trying to internationalize the application, we now load the label from a resource bundle: