Re: ExampleGeoLocation do not show the maps

2010-01-23 Thread Bruno Busco
The issue seems related to the set tag with a decimal constant value. In ExampleScreens#ExampleGeoLocationPointSet1 we have several demo constant values set with the code:

Re: svn commit: r902347 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/test/BaseUnitTests.java

2010-01-23 Thread Adrian Crum
--- On Sat, 1/23/10, Adam Heath wrote: > Subject: Re: svn commit: r902347 - > /ofbiz/trunk/framework/base/src/org/ofbiz/base/test/BaseUnitTests.java > To: dev@ofbiz.apache.org > Date: Saturday, January 23, 2010, 6:40 PM > adri...@apache.org > wrote: > > Author: adrianc > > Date: Sat Jan 23 06:19:

Re: svn commit: r902347 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/test/BaseUnitTests.java

2010-01-23 Thread Adam Heath
adri...@apache.org wrote: > Author: adrianc > Date: Sat Jan 23 06:19:47 2010 > New Revision: 902347 > > URL: http://svn.apache.org/viewvc?rev=902347&view=rev > Log: > Unit test for previous commit. > > Modified: > ofbiz/trunk/framework/base/src/org/ofbiz/base/test/BaseUnitTests.java > > Modi

Re: ExampleGeoLocation do not show the maps

2010-01-23 Thread Jacques Le Roux
It works here. Also, when I did it intially, I took this into account see GooglemapMarkers.js GooglemapSimple.js Not directly related to your issue though... Jacques From: "Bruno Busco" Oh yes... ...it is becouse lat e lon use the decimal "." instead of a ",". At least this happens on my pc

Re: ExampleGeoLocation do not show the maps

2010-01-23 Thread Bruno Busco
Oh yes... ...it is becouse lat e lon use the decimal "." instead of a ",". At least this happens on my pc. 2010/1/23 Bruno Busco : > I cannot understand why the geoLocalization examples at urls: > > https://localhost:8443/example/control/ExampleGeoLocationPointSet1 > https://localhost:8443/examp

ExampleGeoLocation do not show the maps

2010-01-23 Thread Bruno Busco
I cannot understand why the geoLocalization examples at urls: https://localhost:8443/example/control/ExampleGeoLocationPointSet1 https://localhost:8443/example/control/ExampleGeoLocationPointSet2 https://localhost:8443/example/control/ExampleGeoLocationPointSet3 https://localhost:8443/example/cont

[jira] Issue Comment Edited: (OFBIZ-3421) Allow data load to support explicit "null" values for entity update

2010-01-23 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804099#action_12804099 ] Jacques Le Roux edited comment on OFBIZ-3421 at 1/23/10 4:29 PM:

[jira] Commented: (OFBIZ-3421) Allow data load to support explicit "null" values for entity update

2010-01-23 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804099#action_12804099 ] Jacques Le Roux commented on OFBIZ-3421: Hi Bob, IMO, this would be interesting wi

Re: Supporting "null" in data load update

2010-01-23 Thread Jacques Le Roux
Ha, I see it's in https://issues.apache.org/jira/browse/OFBIZ-3421 Jacques From: "Jacques Le Roux" Just a detail: this is certainly not in trunk since around r883364 I have replaced all these kinds of idioms by some kinds of UtilValidate.is*Empty(), here for instance: UtilValidate.isNotEmpty(

Re: Supporting "null" in data load update

2010-01-23 Thread Jacques Le Roux
Just a detail: this is certainly not in trunk since around r883364 I have replaced all these kinds of idioms by some kinds of UtilValidate.is*Empty(), here for instance: UtilValidate.isNotEmpty() Jacques From: "Adam Heath" Bob Morley wrote: Actually I just did a quick test and the SAX parse

[jira] Commented: (OFBIZ-3416) Email templates Layout improvement

2010-01-23 Thread Bharat Soni (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804064#action_12804064 ] Bharat Soni commented on OFBIZ-3416: Thanks Ashish for committing my patch. > Email t

[jira] Commented: (OFBIZ-3422) Adding few more product content type

2010-01-23 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804049#action_12804049 ] Vivek Mishra commented on OFBIZ-3422: - Thanks Ashish for committing the patch. > Addin

[jira] Commented: (OFBIZ-3416) Email templates Layout improvement

2010-01-23 Thread Rishi Solanki (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804046#action_12804046 ] Rishi Solanki commented on OFBIZ-3416: -- Thanks Ashish for committing the patch will so

[jira] Commented: (OFBIZ-3416) Email templates Layout improvement

2010-01-23 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804043#action_12804043 ] Ashish Vijaywargiya commented on OFBIZ-3416: Thanks Bharat & Rishi for the cont