Hi all!! First of all, I didn't know where to post this topic, if was here or in the web forum, but, let's go!!
I have a form with several actions and so, a MultiActionController to handle multiple actions to it.....
But the deal is that I need to register a custom property editor for a property of type Long (detail: in three properties of type Long, there are three dropdowns with the same name that generate a string list separated by comma, if you have a suggestion......) in the DataBinder.... so I need to override the initBinder method..... that's why I need to subclass BaseCommandController....... or not??
Any help is much appreciated!!


Reply With Quote
... I was just about to add this 