Hi,

What I want to do is something like this:

<bean:message key="error.minCharacters"
 arg0="<bean:write name="globals" property="minChars" />" />

or

<bean:message key="error.minCharacters"
 arg0="<%=minChars%>" />

Where arg0 is the result of a bean property, but I can't seem to get it to work. If I hard-code the value

<bean:message key="error.minCharacters" arg0="20" />

It works, but it kinda defeats the purpose.

What am I doing wrong, or is there a better way to accomplish this?

Thanks
--
Frank


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



Reply via email to