Re: how to move variable from a FTL file to a Screen

2010-05-29 Thread Bruno Busco
Hi Adrian, I am trying to assign a value to globalContext in a FTL file but receive this error: Expression globalContext is undefined on line 192, column 3 in component://widget/templates/htmlScreenMacroLibrary.ftl I am trying to use this tecnique to finalize the patch in this JIRA

Re: Form widget validation

2010-05-29 Thread Atul Vani
hi Varun, never came across use of validation.js in xml forms but this is the sort of thing you need to do 1. include a js code like below:- Event.observe(window, 'load', function() { if ($('formName')) validateNewUser = new Validation('formName', {immediate: true}); } 2. and in the

Re: how to move variable from a FTL file to a Screen

2010-05-29 Thread Patrick
Hi Bruno, do this in your ftl #assign parameters=context.parameters/ #assign tmp=parameters.put(partyId, partyId)/ -patrick On Sat, May 29, 2010 at 1:03 AM, Bruno Busco bruno.bu...@gmail.com wrote: Hi Adrian, I am trying to assign a value to globalContext in a FTL file but receive this error:

Re: Form widget validation

2010-05-29 Thread varun bhansaly
Thanks Atul, this is good starting point http://tetlaw.id.au/view/javascript/really-easy-field-validation http://tetlaw.id.au/view/javascript/really-easy-field-validationand yes attribute 'widget-style' holds the key.. On Sat, May 29, 2010 at 12:00 PM, Atul Vani atul.v...@hotwaxmedia.comwrote:

Re: Form widget validation

2010-05-29 Thread Atul Vani
hi Varun, glad to know your problem's solved. and it sure is a nice document, thanks for sharing :) -- Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ varun bhansaly wrote: Thanks Atul, this is good starting point

OFBiz unicode version ?

2010-05-29 Thread Anil Soni
OFBIz uses which version of Unicode for bilingual report generation ? From where I can get that information ? Regards, Anil Soni Tel : 91-22-6795 4324 Cell : 91 9930302283 This Email may contain confidential or privileged information for the intended

OFBiz on JBoss 5.1

2010-05-29 Thread fhornain
Dear *, I am quite new to OFBiz and would like to use it for a production Project. Why ? Because, i do not like to reinvent the wheel. So I am using apache-ofbiz-09.04 and would like to run it in JBoss 5.1 on Fedora 13 with java-1.6.0-openjdk-1.6.0.0-37.b17.fc13.x86_64 and

Re: Ofbiz as a EAR in JBoss422 app server

2010-05-29 Thread fhornain
I am currently in the same situation than you. Have a look to https://cwiki.apache.org/confluence/display/OFBTECH/Deploying+OFBiz+9.04+on+JBoss+5.1.0 BR Frederic ;) -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-as-a-EAR-in-JBoss422-app-server-tp2234101p2235628.html

Re: OFBiz unicode version ?

2010-05-29 Thread BJ Freeman
if your report is generated from widgets or FTL then Uilabels. you can edit them through webtools. or use an xml editor and modified the file it self. you will find them in the config folder of each component. the other choice is to use content component. There are some examples for products in

Re: OFBiz on JBoss 5.1

2010-05-29 Thread BJ Freeman
looks like you have done some modification. like removed the accounting folder but not the load command for it. the other looks like classpath problems or if you modified the containers. that is about as close as I can get. = BJ Freeman http://bjfreeman.elance.com

price rule and 3 decimals

2010-05-29 Thread HyunWoo Jo
hello, i don't know if it's a problem or a way ofbiz works. i've check both ofbiz demo lated trunk and stable site and had the same results. basically i would like to get two decimals on the your/regular price, like xxx.xx but it keeps displaying xxx.xxx more than 2 decimals. you can

Re: Conditional redirect from controller

2010-05-29 Thread Matt Warnock
Not the answer I was hoping for, but thanks BJ. Guess I need to look for a VAN, or use theirs. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Fri, 2010-05-28 at 16:35 -0700, BJ Freeman wrote: you can get around this by using an VAN supplier and interface to them

Re: Open Jdk 6

2010-05-29 Thread Matt Warnock
I just tried that on Debian and was unsuccessful for 10.04 and trunk, though 9.04 worked fine. At least I couldn't make them work with openjdk. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Fri, 2010-05-28 at 17:13 -0700, BJ Freeman wrote: I just had an opportunity

Re: Conditional redirect from controller

2010-05-29 Thread Matt Warnock
Thanks again, I'll take a look. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Fri, 2010-05-28 at 17:18 -0700, BJ Freeman wrote: Matt: also look are the specialpurpose\oagis it has code you can use. the interface is REST you can Convert it to EDI the vans want.

RE: OFBiz unicode version ?

2010-05-29 Thread Anil Soni
Thanks BJ for reply. But I need Unicode version that OFBiz uses because I have to mentioned this in a proposal. -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Saturday, May 29, 2010 10:20 PM To: user@ofbiz.apache.org Subject: Re: OFBiz unicode version ? if your