Re: Maven, two apps with direct connect SSL, one works

2016-07-05 Thread Henrique Prange
Hi Ramsey, AFAICT, Wonder doesn’t support loading Properties.* files from inside JAR frameworks properly. I guess that is why the property hasn’t been loaded as expected. Anyway, it’s been a long time since I last looked into that issue, and I may be wrong. I’ve quit trying to use Properties.*

Re: ERDragAndDropUpload

2016-07-05 Thread frelin
Hi Ramsey, The attachments are not saved, but I want to do an Ajax update of a container with the uploaded attachments. It seems the objects hasn’t been inserted in the EC when the call from completeAllFuntion is called. I just realized it might be better to collect the attachments in a separat

Re: ERDragAndDropUpload

2016-07-05 Thread Ramsey Gurley
The ERDragAndDropUpload does nothing to save EOs by design. If you are fetching the EOs to display, maybe try ERXFetchSpec with includeEditingContextChanges() == true? On Jul 4, 2016, at 8:13 AM, fre...@timeoff.se wrote: > Hi, > > Does anyone have a good solution to updating a container with u