Re: need help on party group

2009-02-24 Thread Hans Bakker
it looks like you use the 'link' button in profile? This function has a bit a strange name because it is more a 'merge' function to remove duplicate parties. use partyrelationship and add a person in the role contact to a account or a parytgroup in the role account to a person Regards, Hans On

Re: need help on party group

2009-02-24 Thread abdullah shaikh
yes.. I was using the 'link' button, partyrelationship this is what I wanted. thank you Regards, Abdullah On Tue, Feb 24, 2009 at 2:01 PM, Hans Bakker mailingl...@antwebsystems.comwrote: it looks like you use the 'link' button in profile? This function has a bit a strange name because it is

Re: Dealing with ESAPI in CMS

2009-02-24 Thread David E Jones
For the most part we'd only want to accept safe HTML, but it is certainly conceivable to need something more open/flexible/etc. It might be good to have two service defs (both can call the same service impl), with names to denote the difference, ie a suffix of SafeHtml and AnyText for

Error on invoking createContactMech

2009-02-24 Thread Roel Veldhuizen
Hi all, I was trying to invoke the createContactMech in the ContactMechServices from a groovy service. But, got the following error: No signature of method: static org.ofbiz.party.contact.ContactMechServices.createContactMech() is applicable for argument types:

Re: Error on invoking createContactMech

2009-02-24 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 usually the Groovy files are used to gather information to display at user level. They are usually associated with a widget or Ftl. the widget or ftl would then have a link through the controller to call an event and or service. Look in the partymgr

Re: Dealing with ESAPI in CMS

2009-02-24 Thread Al Byers
On Tue, Feb 24, 2009 at 1:54 AM, David E Jones david.jo...@hotwaxmedia.comwrote: For the most part we'd only want to accept safe HTML, but it is certainly conceivable to need something more open/flexible/etc. It might be good to have two service defs (both can call the same service impl),

Inventory problems

2009-02-24 Thread murp3433
I am having a problem receiving inventory. When i receive inventory from the product - inventory page the Facility - inventory page and the product - inventory pages do not reflect the available inventory, but the inventory items detail does. I created a Jira 2198 but i'm guessing that i am doing

Integrating Aribaweb with ofbiz

2009-02-24 Thread farouk alhassan
I have been playing with aribaweb for some days now. Does anyone know if it is possible to use AribaWeb in ofbiz?

Json Queries

2009-02-24 Thread Baiju
Hi All, How can I invoke a jsonsimple event from a java class?, How to put the parameters?. Thanks Regards Baiju C.John

Re: Json Queries

2009-02-24 Thread Anil Patel
Baiju, jsonsimple event handlers are designed for calls from web-browser client. Can you please give some details about Why you need to call jsonsimple event from java class? Regards Anil Patel On Feb 25, 2009, at 12:30 AM, Baiju wrote: Hi All, How can I invoke a jsonsimple event from

Re: Json Queries

2009-02-24 Thread Baiju
Hi Anil, Thanks for the response, I need to store customer shipping , billing and credit card details .I have got all the information in to my java class and need to store that informations for checkout process. But in Ofbiz checkout process they are using json event for storing the

Re: Json Queries

2009-02-24 Thread Anil Patel
If you already have Java classes that have required information then call ofbiz services directly using local dispatcher. If you look at these simple event handlers, they are nothing but in return calling lower level services. Regards Anil Patel On Feb 25, 2009, at 2:25 AM, Baiju wrote: