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 to me and clicking on both links works as expected.
>
> <ul class="glassList">
>     <li>
>         <a href="/userform.html">Edit Profile</a>
>     </li>
>     <li>
>         <a href="/fileupload.html">Upload A File</a>
>     </li>
> </ul>
>
> Matt
>
> On 8/26/07, dev dev <[EMAIL PROTECTED]> wrote:
> > 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 "Upload A File". It seems like a bug to me.
> >
>
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to