users@javaserverfaces.java.net

Re: ValueExpression for requiredMessage attribute of <f:viewParam> not work

From: <rogersuen_at_live.com>
Date: Mon, 13 Dec 2010 05:26:58 +0000 (GMT)

Hi,

I guess the problem is the specificity of view parameter processing.
When validating a view parameter for an initial GET request, the
<f:loadBundle/> is not yet available, so we got an empty value of
requiredMessage attribute at that moment. Is this true? If this is
true, it seems that <f:loadBundle> cannot be used for requiredMessage
attribute of <f:viewParam>.

Roger Suen