« Return to Thread: NoSuchMethodException - but the method's there

Re: NoSuchMethodException - but the method's there

by Ealden Escañan :: Rate this Message:

Reply to Author | View in Thread

On Nov 6, 2007 2:55 AM, Daniel Kibler <dan.kibler@...> wrote:
>
> Mike
>
> Yes, I've already tried that. Actually, there are 2 differences. For the
> Appfuse file upload the method is added to the form action, i.e.,
> action="uploadPhoto!upload" I get the same result (NoSuchMethodException)
> for either config.
>

Daniel,

Have you tried just accessing the page via uploadPhoto.html when you
have method="upload" set in struts.xml?  Alternatively, have you tried
removing method="upload" (but still retain action="uploadPhoto" and
not change it to action="uploadPhoto!upload") and access the page via
uploadPhoto!upload.html?


--
Ealden Esto E. Escañan
http://ealden.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: NoSuchMethodException - but the method's there