Re: render screen within data resource (CMS)

2013-01-11 Thread Robert G.
I love to push threads, sorry :) But I really need that information. Does noone has that problem? -- View this message in context: http://ofbiz.135035.n4.nabble.com/render-screen-within-data-resource-CMS-tp4638481p4638834.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: render screen within data resource (CMS)

2013-01-11 Thread Winster Jose
I have done the other way around. A screen which has a Content has been rendered from FTL. On Fri, Jan 11, 2013 at 2:42 PM, Robert G. g...@mercon24.de wrote: I love to push threads, sorry :) But I really need that information. Does noone has that problem? -- View this message in context:

Re: image url's in ofbiz11.0.4

2013-01-11 Thread Winster Jose
The location of the image file should be ofbiz11.0.4/framework/images/webapp/images/prods/djec/DJ02111.jpg On Fri, Jan 11, 2013 at 2:59 PM, Info Olagos info.ola...@gmail.com wrote: Hello, i have my images for the products configured in the catalog manager (content) as

Re: image url's in ofbiz11.0.4

2013-01-11 Thread Info Olagos
ok thanks, eric 2013/1/11 Winster Jose wins...@chathurangam.net: The location of the image file should be ofbiz11.0.4/framework/images/webapp/images/prods/djec/DJ02111.jpg On Fri, Jan 11, 2013 at 2:59 PM, Info Olagos info.ola...@gmail.com wrote: Hello, i have my images for the products

Re: image url's in ofbiz11.0.4

2013-01-11 Thread Adrian Crum
Windows file names are case-insensitive, Unix file names are case-sensitive. That might be the cause of your problem. -Adrian On 1/11/2013 9:29 AM, Info Olagos wrote: Hello, i have my images for the products configured in the catalog manager (content) as /images/prods/djec/DJ02111.jpg for

Re: render screen within data resource (CMS)

2013-01-11 Thread Robert G.
Hey Winster, thanks for your reply. So you render the screen like I do, right? -- ${screens.render(component://ecommerce/widget/CatalogScreens.xml#somescreen)} within the FTL... So this works for me within real FTL files as well. But within the CMS content (content type FTL) the rendering is

Re: Bigdecimal divide causes not terminating decimal

2013-01-11 Thread pierre.gaudin
Hi, Javadoc says : if the exact quotient cannot be represented (because it has a non-terminating decimal expansion) an |ArithmeticException| is thrown. You should use divide method with rouding parameter : divide(divisor, roundingMode) Pierre On 11/01/2013 11:30, Deepak Agarwal

Re: render screen within data resource (CMS)

2013-01-11 Thread Winster Jose
Is it possible for you to split your screen as follows? Screen : User entered data (Content) + some predefined data (preconfigured ftl) If this can be achieved, I would have gone for a screen as given below. screen name=main-decorator section actions /actions

Re: Bigdecimal divide causes not terminating decimal

2013-01-11 Thread Deepak Agarwal
Actually I was expecting that roundingMode will take place after the result is observed by the 'divide' . I will check it however. On Fri, Jan 11, 2013 at 4:13 PM, pierre.gaudin pierre.gau...@nereide.frwrote: ** Hi, Javadoc says : if the exact quotient cannot be represented (because it

Re: Bigdecimal divide causes not terminating decimal

2013-01-11 Thread Scott Gray
Doubles have no place in financial transactions, the correct fix is to set a scale on the divide operation. Regards Scott On 11/01/2013, at 11:30 PM, Deepak Agarwal dagarwa...@gmail.com wrote: InvoiceServices.java : billingAmount =