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