One solution could be to override the onBindAndValidate method in the form itself. This would get the job done, but it would split your validation over more than on object which is a shame.
Hope...
Type: Posts; User: Gerben ten Wolde; Keyword(s):
One solution could be to override the onBindAndValidate method in the form itself. This would get the job done, but it would split your validation over more than on object which is a shame.
Hope...
Hi there,
I've been playing around with the AbstractWizardFormController and for the most part got it to work. What I didn't figure out yet is how to use the PARAM_PAGE request parameter to handle...