[appfuse-user] Appfuse versions

2010-11-15 Thread Marian N. Ion
>From the issues mailing list I read that "Fix Version/s: (was: 2.1.0-M2) 2.1.0" => but how could I get it? On the quickstart page (http://appfuse.org/display/APF/AppFuse +QuickStart#AppFuseQuickStart-create) the versions go up to 2.1.0-SNAPSHOT, however on

[appfuse-user] AppFuse Tutorial missing persistence.xml change

2010-11-15 Thread Milbourne, Anthony
Apologies if I have missed something obvious here but I think I have found an omission in the AppFuse tutorial. I am using the 2.1.0-M1 version of the modular spring archetype and I have followed the tutorials with JPA and SpringMVC. All works up until the controller tutorial (http://appfuse.org/

Re: [appfuse-user] userFormController onSubmit()

2010-11-15 Thread Josep GarcĂ­a
I suggest you don't use onSubmit. Instead, generate a "deletion url", which then does the actual deletion. In Struts2, that would be an action. For Spring MVC, I don't know. Josep 2010/11/15 Vanessa Pacheco > Hi all, > > So, this is still about my delete button for every row in userList table.

Re: [appfuse-user] userFormController onSubmit()

2010-11-15 Thread Vanessa Pacheco
I'm using this tutorial "http://viralpatel.net/blogs/2010/11/spring3-mvc-hibernate-maven-tutorial-eclipse-example.html"; I see that Appfuse 2.x uses spring 2.5.6 (saw this in pom.xml). The tutorial uses org.springframework.web.bind.annotation.PathVariable, which I think is Spring 3.0. If I cha

[appfuse-user] [ANN] AppFuse 2.1.0 M2 Released

2010-11-15 Thread Matt Raible
The AppFuse team is pleased to announce the release of AppFuse 2.1.0 M2! AppFuse 2.1.0 M2 is available as a Maven archetype. For information on creating a new project using this release, please see the QuickStart Guide: http://appfuse.org/display/APF/AppFuse+QuickStart The 2.x series of AppFuse

Re: [appfuse-user] userFormController onSubmit()

2010-11-15 Thread Ramzi MAALEJ
a new version of appfuse has been released, it does include Spring 3. On 2010-11-15 13:00, Vanessa Pacheco wrote: I'm using this tutorial "http://viralpatel.net/blogs/2010/11/spring3-mvc-hibernate-maven-tutorial-eclipse-example.html"; I see that Appfuse 2.x uses spring 2.5.6 (saw this in pom