PDA

View Full Version : Validation in multiactioncontroller


harry
Sep 1st, 2005, 07:36 AM
Hi all,

I have a multiactioncontroller with validators.

The problem is,some of the methods in multiactioncontroller have the same command object,but I need to call different validators for these methods.

How can I go about doing that?

Thanks in advance.

djreep81
Sep 29th, 2005, 04:30 PM
There is a disscussion about this topic already. Click below

http://forum.springframework.org/showthread.php?t=11086

Go to page 3, you can use the last example. I have tested it and used it. I wish someone would consider putting it into the springframework mainstream code.

harry
Sep 30th, 2005, 03:05 AM
I have also extended the multiactioncontroller and given my own implementations as was suggested in the forum.

I thought there was something native to the spring which can help me out.

Thanks for the reply.