During importing of a fairly large XML file I get the following error:
- ERROR: Error parsing entity xml file:
java.io.CharConversionException: Invalid UTF-8 Encoding
The problem is that I cannot determine where in the XML file that the error
occurred. I understand that it is using some 3rd
Can anyone point me to an example or the syntax for calling an (OFBIZ)
service using javascript.
In particular I am trying to validate a manually entered Product ID when a
quote item is being added to a quote.
I would like to look the Product ID up in the Product entity and return
price & descri
anywhere and if it does, you can backtrace it to find out why
it is where it is.
--- tej minhas <
[EMAIL PROTECTED]> wrote:
My service def is:
location="org/ofbiz/order/quote/QuoteServices.xml"
invoke="createQuickQuoteItem" auth="true"
My service def is:
Create a Quick Quote Item
My form that invokes the service is:
In the service itself:
But "parameters" does no
Is there a way to pin or "always on`top" the LookupProductAndPrice screen? I
guess it would apply to any screen. Thanks.
that it was my first post
---
Tej,
There is a variable that is automatically put into the widget environment,
called, nowTimestamp.
Here is a line from a form file that I found by using the eclipse search
function (contrainted it to *.xml, *.ftl files):
-Al
On 2/13/07, tej
Where can I find out how to set a form/screen field to the current date -
similar to "now-timestamp-to-env" in simple methods.
Apologies for bad/improper terminology as I am a newbie to OFBIZ
Thanks