Re: [appfuse-user] How to populate a list box with SpringMVC

2010-05-24 Thread Charles Girardot
Hi, In your form controller, simply override the method Map referenceData(HttpServletRequest request, Object command, Errors errors); i.e: protected Map referenceData(HttpServletRequest request, Object command, Errors errors) throws Exception {

[appfuse-user] How to populate a list box with SpringMVC

2010-05-24 Thread Tuppence
Hello, Help please, I'm a newBie in Appfuse (so great !, thanks a lot) and SpringMVC. I have 2 entities with a ManyToOne relation. In the edit view of the first entity, I would like a listbox with all possible values of the 2nd entity with a Select tag: Choose one What and