org.apache.beehive.netui.pageflow
Interface Validatable


public interface Validatable

Interface for beans that can validate themselves. Called when data is posted to a page flow action that takes a non-FormData-derived bean as its argument.


Method Summary
 void validate(ActionMapping mapping, HttpServletRequest request, ActionMessages errors)
           
 

Method Detail

validate

void validate(ActionMapping mapping,
              HttpServletRequest request,
              ActionMessages errors)