Thanks for the response, Andrew. I was stuck on this as well and the example you provided solved my problem.
Type: Posts; User: revengeofthepencil; Keyword(s):
Thanks for the response, Andrew. I was stuck on this as well and the example you provided solved my problem.
I'm stuck in exact;y the same place. Did you ever figure this out?
Thanks,
Alex
This is kind of a newbie question and I'm sorry if I'm missing something really obvious. I have read the docs at...
Thanks for the response. I had this same requirement in a project I'm working on and this thread really helped me out.
Alex
I actually got around this by adding another custom editor that recognizes the Set and turns it into a String containing a comma-separated list of the IDs. This seems like a hack to me, surely there...
I'm having some trouble with a converter in a Spring MVC project (version 3.0.6) running on top of Hibernate 3.6.6. I have a custom object "ActionPlan" which has a plan owner and a list of plan...
Did you try this one? http://blog.springsource.org/2011/01/04/green-beans-getting-started-with-spring-mvc/
I have a fairly common case here - my backing object - "ConferenceEvent" - has a list of "CategoryDomain" objects attached to it, like so:
public class ConferenceEvent {
...
private...
I'm stuck on this one as well. Has anyone come up with a reasonable work-around?