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 {
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