Yes, you have a couple of options. In NetUI there is a Validatable interface with a validate() method that is called when data is posted to a page flow action that takes the given bean as its argument (and the action has validation turned on by including the validationErrorForward in the @Jpf.Action annotation). If your bean extends a Struts ActionForm, you could override its validate() method.
Thank you for your response.
Both of these options should be mentioned at the validation documentation page. ------ Trond
