You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Elmar Kretzer <e....@symentis.com> on 2007/07/18 18:15:34 UTC

Tomahawk validateRegExpr - problem with message from resourcebundle?

Hi everyone,

seems like i have a small problem with the validateRegExpr component.

i have a selectBooleanCheckbox which must be checked, so the jsp looks
like:

<h:selectBooleanCheckbox id="id"  required="true"
value="#{bean.accepted}" >
	<t:validateRegExpr pattern="true" message="g.l.needed" />
</h:selectBooleanCheckbox>
<h:message for="id" />

using tomahawk 1.1.5-SNAPSHOT and tomahawk-sandbox 1.1.5-SNAPSHOT,
the error message comes straight out of the bundle.

but after updating to 1.1.6 with tomahawk and tomahawk-sandbox only the
key
"g.l.needed" is rendered, not the value.

has anyone a solution for this issue?


thanks in advance,
elmar