PDA

View Full Version : Validation on non command/form controllers


osmanizbat
Jun 7th, 2006, 05:54 PM
Hi

I've some forms that doesn't exactly match with domain objects.
I don't like to write intermediary herper beans for this work so i can't use command or form controllers . I use AbstractController or MultiActionController .
Is there any best practice on this kind of request handling and how can i achieve validation with these controllers ?

sushmu
Jun 7th, 2006, 11:49 PM
You might want to consider client side validation provided by apache validation utils using javascript.