Re: Problem with form action mapping

2007-04-18 Thread meeboo
t;> the file to upload. But >> > when I submit the form it never reaches the >> uploadFile() method! The odd >> > thing is that when I view the HTML source for the >> form it says >> > "> > action="/myApp/uploadMovie" method="pos

Re: Problem with form action mapping

2007-04-18 Thread Dave Newton
yApp/uploadMovie" method="post" > enctype="multipart/form-data">" > > - which is correct. If I on the other hand access > the url > > http://localhost:8080/myApp/uploadMovie directly > from the browser (without > > using the form) th

Re: Problem with form action mapping

2007-04-18 Thread meeboo
pp/uploadMovie directly from the browser (without > using the form) the uploadFile() method will be reached. I find this > pretty confusing and suspect that there's a mapping error somewhere in the > code, but I haven't been able to identify it even aft

Problem with form action mapping

2007-04-18 Thread meeboo
pretty confusing and suspect that there's a mapping error somewhere in the code, but I haven't been able to identify it even after a couple of hours. Any takers? Thanks! -- View this message in context: http://www.nabble.com/Problem-with-form-action-mapping-tf3601247.html#a10059516 Sent fro