Re: conditional form addition in the screen

2010-05-13 Thread prasanthi_ofbiz
Hi Akash, Its working now. I have written condition if-empty field=parameters.finAccountTransId/ instead of if-empty field=finAccountTransId/ then its working. Thank you . Regards, Prasanthi -- View this message in context:

Re: Ofbiz Returning to Wrong Page After Add to Cart

2010-05-13 Thread Jacques Le Roux
Not sure why the demo server (indeed the link you used) works (maybe a bug fixe has been introduced since) but anyway, as your problem is fixed we can forget it Jacques From: BrettS brett.shee...@gmail.com Hi, Thank you to everybody who responded. I changed the controller as per Ankit's

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
hi Prasanthi, use any of the below methods or a combination of them:- set-service-fields to-map=myServiceCtx service-name=myService map=parameters/ call-service service-name=myService in-map-name=myServiceCtx or set field=myServiceCtx.field1 from-field=.../ set field=myServiceCtx.field2

The processing instruction target matching [xX][mM][lL] is not allowed

2010-05-13 Thread Patrick
I'm trying to send an email via the sendEmailFromScreen method, and I get a org.xml.sax.SAXParseException: The processing instruction target matching [xX][mM][lL] is not allowed I don't have a clue how to fix this.

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
Hi Vani, Yeah I implemented the same its creating accounting translation but its now redirecting to the EditTrasaction Screen. In the controller i have given the response map to Edit Accoutning Transaction screen. Original Code: request-map uri=createFinAccountTrans security

Re: The processing instruction target matching [xX][mM][lL] is not allowed

2010-05-13 Thread Adrian Crum
You will have to provide more information if you expect to get any help. -Adrian On 5/13/2010 7:36 AM, Patrick wrote: I'm trying to send an email via the sendEmailFromScreen method, and I get a org.xml.sax.SAXParseException: The processing instruction target matching [xX][mM][lL] is not

Re: HTML data renderer with double quote text

2010-05-13 Thread Jacques Le Roux
You need to escape double quote Jacques From: eric eric...@free.fr Hi, With a text contents double quote : Content example with double quote https://demo-trunk.ofbiz.apache.org/content/control/EditHtmlText?dataResourceId=long-text-test HTML data renderer produces an error : [

ofbiz 10.04 svn

2010-05-13 Thread Chris Snow
Hi Guys, Where is 10.04 in svn? Is it: http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/ ? Many thanks, Chris

Re: ofbiz 10.04 svn

2010-05-13 Thread Adrian Crum
That is correct. -Adrian On 5/13/2010 9:23 AM, Chris Snow wrote: Hi Guys, Where is 10.04 in svn? Is it: http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/ ? Many thanks, Chris

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
hi Prasanthi, please do check the view-map name=EditAcctgTrans ... / present down in the controller.xml will need more info if that's not the problem. Thanks Regards Atul Vani - Original Message - From: prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com To: user@ofbiz.apache.org

Re: multiple ofbiz websites

2010-05-13 Thread abhishek jain
Hi, copy the eclone into a new folder and make changes for each website. What do you mean when you say copy ecomclone, did you meant that copy ecommerce webapp as ecomclone redirects all to ecommerce webapp. Also i need to create 3 webstores, what should i do, should i copy ecommerce and edit

Re: multiple ofbiz websites

2010-05-13 Thread BJ Freeman
the basic flow is website entity, productstore entity, products, categories, catalog. if you follow the demo data you can see the relationships. the web.xml needs change to the websiteID you created for each. the current ecomclone, in demo data uses the same webapp as the ecommerce, however you

Re: multiple ofbiz websites

2010-05-13 Thread BJ Freeman
also if you compare the other files between ecommerce and ecomclone folders you will find other things you have to modify for each new website. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Styling rows in an OFBiz Form

2010-05-13 Thread James McGill
Without changing a Form to FTL, I'd like to be able to control the style of a single row of a Form, based on a field. Is this possible? -- James McGill Phoenix AZ

edit PDF layout in purchase order

2010-05-13 Thread HyunWoo Jo
hello, community. can someone tell me how to change or where to look PDF layout or form exported from Purchase order ? i would like to adjust PDF layouts little bit to fit in my need. thank you in advance. hyun

Re: Styling rows in an OFBiz Form

2010-05-13 Thread Scott Gray
Hi James, Use the alt-row-style tag, it's a child of the form tag. Regards Scott HotWax Media http://www.hotwaxmedia.com On 14/05/2010, at 9:52 AM, James McGill wrote: Without changing a Form to FTL, I'd like to be able to control the style of a single row of a Form, based on a field. Is

Re: calling multiple services in ofbiz

2010-05-13 Thread luoxv
Thanks -- From: prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com Sent: Friday, May 14, 2010 1:06 PM To: user@ofbiz.apache.org Subject: Re: calling multiple services in ofbiz Hi Vani, Inside the EditAcctgTrans there was some conditions for

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
Hi Prasanthi, If its an error in the service then you can verify it in server logs. -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi Vani, Inside the EditAcctgTrans there was some conditions for displaying the