On Nov 6, 2007 2:55 AM, Daniel Kibler <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
