+1

--
Ashish

On Tue, Apr 21, 2009 at 9:01 AM, Adrian Crum <adrian.c...@yahoo.com> wrote:

>
> I think the answer Jacques is looking for is: Yes, you did something wrong.
>
> The correct component:// URL is:
>
> <event type="simple"
> path="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml"
> invoke="updateCreditCard"/>
>
> The correct classpath is:
>
> <event type="simple"
> path="org/ofbiz/accounting/payment/PaymentMethodEvents.xml"
> invoke="updateCreditCard"/>
>
> From what I recall, the component:// version has a more efficient lookup
> algorithm - and as David mentioned, it is generally better to use.
>
> -Adrian
>
>
>

Reply via email to