Resurrecting this question - is there a way to apply a validation rule to all items in a collection and/or map?
Type: Posts; User: ads_green; Keyword(s):
Resurrecting this question - is there a way to apply a validation rule to all items in a collection and/or map?
Ok - you CAN create block based spring MVC website. I have. So have thousands of others. We use it extensively in a distributed international development team. In fact, if we could do block based...
I have to say it's hard to work out exactly what you are trying to do. But it does appear that you are trying to force MVC to do something it's not supposed to. This is why it's not working for you....
Tiles supports the mvc behaviour you want.
You can break everything down into a tile and controller.
However it's best not to go overboard on this appraoch.
The best thing I have found is...
Hi,
I have a very simple issue that just simply will not resolve itself.
I have a command object that is defined as List<Foo> foos.
Each Foo class has a string getBar() property.
So to...