On 11/29/05, Craig McClanahan <[EMAIL PROTECTED]> wrote:
> * CommonsValidator
>
> This is a JSF Validator, so it could well be attached to a UIComponent
> stored in session scope.  It's not obvious from a static review of the code
> what's the problem, but if there is one it'll need to be fixed.

It should either implement StateHolder or Serializable.   In JSF 1.2
and in facelets (1.1 or 1.2), validators are added to the component
tree rather than recreated each request.

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

Reply via email to