Re: [appfuse-user] appfuse2.0 m5 bug

2007-08-27 Thread Matt Raible
Sounds like a bug in the Tomcat plugin. If you run "mvn -Dcargo.wait=true", it'll start Tomcat via Cargo (after downloading it) and those links work fine then. They also work fine if you create a WAR and deploy it to a pre-installed Tomcat. Matt On 8/27/07, dev dev <[EMAIL PROTECTED]> wrote: > Th

Re: [appfuse-user] appfuse2.0 m5 bug

2007-08-26 Thread dev dev
Thanks Matt. Everything work fine if you're running "mvn jetty:run-war". However, if you're using "mvn tomcat:run-war" then all those href won't work. On 8/26/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I am unable to reproduce this problem with JDK 5 on OS X. The rendered > HTML looks fine t

Re: [appfuse-user] appfuse2.0 m5 bug

2007-08-26 Thread Matt Raible
I am unable to reproduce this problem with JDK 5 on OS X. The rendered HTML looks fine to me and clicking on both links works as expected. Edit Profile Upload A File Matt On 8/26/07, dev dev <[EMAIL PROTECTED]> wrote: > I'm using Spring MVC basic 2.0 m5. > >

[appfuse-user] appfuse2.0 m5 bug

2007-08-26 Thread dev dev
I'm using Spring MVC basic 2.0 m5. Go to http://localhost:8080/mainMenu.html Under Welcome!, click on either "Edit Profile" or "Upload A File". If you click on "Edit Profile" , the href link is http://userform.html http:// (it should be http://localhost:8080/userform.html). Same issue with "Uploa