Re: Can not get the Upload's value in ajax submit
Hi Tapestry upload component does not support ajax. Take a look at http://tapestry5-jquery.com/components/docsajaxupload regards Taha On Jun 28, 2012, at 1:30 PM, dick_hu wrote: > > public class UploadPage{ > > @Property > private UploadedFile file; > > @InjectComponent >
Can not get the Upload's value in ajax submit
public class UploadPage{ @Property private UploadedFile file; @InjectComponent private Zone zone; Object onSuccess() { System.err.println(file); return zone; } } when I click the submit button,I can't get