[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

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] Re: Passing from Jetty to Tomcat.

2010-05-24 Thread Juan Antonio
Hello. did you solve the problem with tomcat? I have deployed the war file generated when my application it's compiled, in the webapps tomcat directory, and it doesn't work, and even it doesn't send any error, warning or info. Maybe in tomcat the deployment it's different :( Thanks. -- View t

[appfuse-user] Re: help on calendar/datepicker in AppFuse2

2010-05-24 Thread Juan Antonio
I have updated to the last version of jscalendar: http://www.dynarch.com/projects/calendar/ followed the example popup and it works. Sorry for my quick-post tendency. Greetings. -- View this message in context: http://appfuse.547863.n4.nabble.com/Regarding-menu-jsp-tp572223p2228902.html Sent

[appfuse-user] Re: Passing from Jetty to Tomcat.

2010-05-24 Thread Hugo M.
Hello. That sounds like a configuration error in your tomcat, you have tried to upload your war from the apache web page in your browser? or you just put the war into the directory? Regards. Hugo 2010/5/24 Juan Antonio [via AppFuse] < ml-node+2228896-2081497298-38...@n4.nabble.com > > Hello.

[appfuse-user] Re: Passing from Jetty to Tomcat.

2010-05-24 Thread Juan Antonio
U, i just put it on the directory. is there another way? Gracias ;) - Original Message - From: Hugo M. [via AppFuse] To: Juan Antonio Sent: Monday, May 24, 2010 8:32 PM Subject: Re: Passing from Jetty to Tomcat. Hello. That sounds like a configuration error in your

[appfuse-user] Re: Passing from Jetty to Tomcat.

2010-05-24 Thread Juan Antonio
I have just uploaded the war file from the apache web page, and it doesn't work yet. :( - Original Message - From: Hugo M. [via AppFuse] To: Juan Antonio Sent: Monday, May 24, 2010 8:32 PM Subject: Re: Passing from Jetty to Tomcat. Hello. That sounds like a configurati

Re: [appfuse-user] duplicate field error

2010-05-24 Thread Matt Raible
I would check your ApplicationResources*.properties file to make sure you don't have more than one message for the key. On May 23, 2010, at 10:33 PM, Juan Antonio wrote: > Hello again. > > I am having troubles when my action returns a field error with the method > "addFieldError", the error is

Re: [appfuse-user] duplicate field error

2010-05-24 Thread Juan Antonio
i have checked the code, i take the message directly from the exception: addFieldError("field",exception.getMessage); Greetings. - Original Message - From: "Matt Raible" To: Sent: Tuesday, May 25, 2010 12:17 AM Subject: Re: [appfuse-user] duplicate field error I would check your A