Re: [Ext] Re: file upload doesn't set file value

2018-07-03 Thread D.R.
Cao *Subject: *Re: [Ext] Re: file upload doesn't set file value Do not know SpringBoot. I add my test page, but I do not see any difference with your, and my dependency is simply     org.apache.tapestry  tapestry-upload             5.4.3          On the browser, do you select the

Re: [Ext] Re: file upload doesn't set file value

2017-12-14 Thread Dongmei Cao
: yazmin georgina quintal Reply-To: yazmin georgina quintal Date: Wednesday, December 13, 2017 at 6:38 AM To: Tapestry users , Dongmei Cao Subject: Re: [Ext] Re: file upload doesn't set file value Do not know SpringBoot. I add my test page, but I do not see any difference with your, a

Re: [Ext] Re: file upload doesn't set file value

2017-12-12 Thread Dongmei Cao
g it with SpringBoot. Not sure if that will make any difference. Thanks, Dongmei From: yazmin georgina quintal Reply-To: yazmin georgina quintal Date: Tuesday, December 12, 2017 at 5:20 PM To: Tapestry users , Dongmei Cao Subject: [Ext] Re: file upload doesn't set file value I am using it

Re: file upload doesn't set file value

2017-12-12 Thread Dongmei Cao
Hi, I know this is an old post. I’m trying to migrate our app from 5.3.8 to 5.4.3, and finding the file upload is no longer working. I’m not using t:zone at all. But the file value is always null. I see the JumpStart site (http://jumpstart.doublenegative.com.au/jumpstart/) have the “File Upload

Re: file upload doesn't set file value

2016-09-01 Thread Chris Poulsen
Unfortunately I think Carlos is correct. -- Chris On Wed, Aug 31, 2016 at 11:18 PM, Pavel Chernyak wrote: > Hi there. > > Maybe you shall anotate field file @Persist? > > > On 31 August 2016 at 23:03, Qbyte Consulting > wrote: > > > > > I'm always finding that file is null for file upload? If

Re: file upload doesn't set file value

2016-08-31 Thread Pavel Chernyak
Hi there. Maybe you shall anotate field file @Persist? On 31 August 2016 at 23:03, Qbyte Consulting wrote: > > I'm always finding that file is null for file upload? If I submit the form > without async=true then file value is set and it works. > -- With best regards. Pavel Chernyak

Re: file upload doesn't set file value

2016-08-31 Thread Carlos Montero Canabal
For my experience, FileUpload doesn´t support ajax form (t:async="true" or t:zone=“^”). Regards Carlos Montero > El 31/8/2016, a las 22:03, Qbyte Consulting > escribió: > > Hi, > > I'm always finding that file is null for file upload? If I submit the form > without async=true then file valu

file upload doesn't set file value

2016-08-31 Thread Qbyte Consulting
Hi, I'm always finding that file is null for file upload? If I submit the form without async=true then file value is set and it works. public void onValidateFromUploadForm() {