[jira] [Commented] (OFBIZ-4477) JavaScript location is empty causes a double requests problem

2011-10-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126420#comment-13126420 ] Jacques Le Roux commented on OFBIZ-4477: There is a better way to fix this,

[jira] [Assigned] (OFBIZ-4477) JavaScript location is empty causes a double requests problem

2011-10-13 Thread Jacques Le Roux (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4477: -- Assignee: Jacques Le Roux JavaScript location is empty causes a double requests

[jira] [Updated] (OFBIZ-4475) updateProductStore throws error

2011-10-13 Thread Kiran Gawde (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Gawde updated OFBIZ-4475: --- Priority: Major (was: Minor) Seems like most operations in Admin are facing this issue.

[jira] [Closed] (OFBIZ-4477) JavaScript location is empty causes a double requests problem

2011-10-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4477. -- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04

Upload content file by ajax with form widget

2011-10-13 Thread Nicolas Malin
Hi, At this time, uploading file with widget form with type=upload and the element on-event-update-area event-type=submit doesn't work. The service attachUploadToDataResource failed with an empty file received. I found a solution with jquery.upload (http://lagoscript.org/jquery/upload/)

[jira] [Commented] (OFBIZ-3894) Refactor Email handling

2011-10-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126586#comment-13126586 ] Jacques Le Roux commented on OFBIZ-3894: Hi Nicolas, I did not review anything

[jira] [Commented] (OFBIZ-3913) Automated action triggered by event

2011-10-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126593#comment-13126593 ] Jacques Le Roux commented on OFBIZ-3913: Hi Nicolas, Your patch almost applies in

[jira] [Commented] (OFBIZ-3913) Automated action triggered by event

2011-10-13 Thread Nicolas Malin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13126598#comment-13126598 ] Nicolas Malin commented on OFBIZ-3913: -- Hi Jacques, It's a old patch :) I try update

Re: Upload content file by ajax with form widget

2011-10-13 Thread Jacques Le Roux
HI Nicolas, Did you pick this plugin by chance between http://plugins.jquery.com/plugin-tags/upload, or did you test them, or? Jacques From: Nicolas Malin malin.nico...@librenberry.net Hi, At this time, uploading file with widget form with type=upload and the element on-event-update-area

Re: Issue with multi-select in selectBox widget

2011-10-13 Thread Jacques Le Roux
Because multiple=true has always been a pain in HTML, I have introduced the asmselect jQuerry plugin in OFBiz. You might try it at https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples#DropDownMultipleFieldExampleForm_multipleDropDownFields_title But please use rather user ML

Re: Upload content file by ajax with form widget

2011-10-13 Thread Jacques Le Roux
Also slightly related, you might be interested by https://issues.apache.org/jira/browse/OFBIZ-3878 (I mean the progress bar file upload with jQuery) Jacques Jacques Le Roux wrote: HI Nicolas, Did you pick this plugin by chance between http://plugins.jquery.com/plugin-tags/upload, or did you

Re: Upload content file by ajax with form widget

2011-10-13 Thread Nicolas Malin
Right jacques. I found this plugin on your link and a select the easier to use. I implement on it on my local workspace, with little change on widget renderer Nicolas Le 13/10/2011 16:54, Jacques Le Roux a écrit : HI Nicolas, Did you pick this plugin by chance between

Re: Upload content file by ajax with form widget

2011-10-13 Thread Jacques Le Roux
Then I 'd say... go for it ;o) Jacques Nicolas Malin wrote: Right jacques. I found this plugin on your link and a select the easier to use. I implement on it on my local workspace, with little change on widget renderer Nicolas Le 13/10/2011 16:54, Jacques Le Roux a écrit : HI Nicolas, Did

Re: ServiceName vs CustomMethod

2011-10-13 Thread Jacques Le Roux
I'd say, go as you think it's better, then submit a patch and we will see Jacques Nicolas Malin wrote: No opinion ? Le 07/10/2011 18:18, Nicolas Malin a écrit : Hi, I continue my analysis to use EmailTemplateSetting with Content. My idea is to use a service to retrieve information needed to

Re: ServiceName vs CustomMethod

2011-10-13 Thread Nicolas Malin
run nico, run ! :) No problem jacques, I will work on it asap. After update my lasts jira issues ;) Nicolas Le 13/10/2011 17:53, Jacques Le Roux a écrit : I'd say, go as you think it's better, then submit a patch and we will see Jacques Nicolas Malin wrote: No opinion ? Le 07/10/2011

Re: ServiceName vs CustomMethod

2011-10-13 Thread BJ Freeman
the modeling for CustomMethod has been like a Hook in C lanquage. this allows future addition and selection to performs an operation, to achieve a particular outcome. so if you want to have multiple services available for a Template, then use CustomMethod, otherwise specify the service. Nicolas

[jira] [Updated] (OFBIZ-4386) Order not completed when filled from more than one InventoryItem

2011-10-13 Thread Jacques Le Roux (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4386: --- Attachment: OFBIZ-4386_IssuanceServices.patch Paul, I have reviewed your patch again. I

[jira] [Updated] (OFBIZ-4472) New element auto-parameters-entity for link/hyperlink

2011-10-13 Thread Nicolas Malin (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4472: - Attachment: OFBIZ-4472.patch I update the patch with : * manage auto-parameters-entity on

[jira] [Updated] (OFBIZ-3913) Automated action triggered by event

2011-10-13 Thread Nicolas Malin (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3913: - Attachment: OFBIZ-3913.patch Resynchronize patch done. Nicolas Automated

Re: svn commit: r1182860 - in /ofbiz/branches/release11.04: ./ applications/order/script/org/ofbiz/order/customer/ applications/party/webapp/partymgr/WEB-INF/actions/party/ applications/product/script

2011-10-13 Thread Scott Gray
Jacques, I'm not sure if it's this commit or the last one but the build now fails on the JsLanguageFileMappingCreator.java class. Please be careful with the release branches. Thanks Scott On 14/10/2011, at 2:57 AM, jler...@apache.org wrote: Author: jleroux Date: Thu Oct 13 13:57:35 2011

[jira] [Created] (OFBIZ-4479) JsLanguageFilesMapping.java has compilation errors

2011-10-13 Thread Kiran Gawde (Created) (JIRA)
JsLanguageFilesMapping.java has compilation errors -- Key: OFBIZ-4479 URL: https://issues.apache.org/jira/browse/OFBIZ-4479 Project: OFBiz Issue Type: Bug Components: framework