uom description does not be translated, in termUomId field of "Add Product Prices" form

2011-07-16 Thread Leon2
This field ("termUomId ") populates its dropdown list from view "UomAndType". As I remember, OFBiz will automatically get the i18n translation from the fields of view's base table (through i18n file specified by default-resource-name). But no matter how I change the locale, all what I can see from

Re: Brainstorming about the Framework: General

2011-07-16 Thread Jacques Le Roux
I stumbled upon this discussion while looking at http://commons.apache.org/configuration/userguide/howto_filebased.html#Automatic_Reloading I have no plans at the moment, but I'd like to use something like that indeed Jacques From: "Erwan de FERRIERES" Le 14/03/2010 17:57, Joe Eckard a écrit

Issue with ajax and json response

2011-07-16 Thread Jonatan Soto
Hi all, I am customizing the onePageCheckout (the anonymous part) and I found something strange. I've changed the client-side validation in order to allow the customer to only introduce the phone, cell phone or both. But on server-side I didn't change anything in the PartyContactMechMapProcs.xml y

Re: Issue with ajax and json response

2011-07-16 Thread BJ Freeman
[traditional#JF/setAnonUserLogin] finished in [105] milliseconds with response [{responseMessage=success}] it is evaluating a good lognin. this is where to debug. Jonatan Soto sent the following on 7/16/2011 10:59 AM: > Hi all, > > I am customizing the onePageCheckout (the anonymous part) and I

Re: Issue with ajax and json response

2011-07-16 Thread Jonatan Soto
Hi BJ, The setAnonuserLogin is an ECA triggered before. The problem is after it if I'm not wrong. Look at: 2011-07-16 19:44:35,399 (http-0.0.0.0-8443-2) [ ServiceDispatcher.java:599:INFO ] Sync service [traditional#JF/createUpdateCustomerAndShippingAddress] finished in [112] milliseconds with re

Re: Issue with ajax and json response

2011-07-16 Thread Jonatan Soto
Well, I did a little read on the jquery ajax documentation ( http://api.jquery.com/jQuery.ajax/) and some of my assertions were wrong. It is definitively not related to the CommonEvents#jsonResponseFromRequestAttributes. I felt stupid when I realized that the result the controller returns has noth

Re: Issue with ajax and json response

2011-07-16 Thread BJ Freeman
I believe that the UI ajax uses data supplied by ftls, no calls fron the UI access the ofbiz internals and goes through the Controller. the ajex and jazon used past the controller URI is internal to ofbiz and is not exposed to the UI. There is a Handler to deal with ajax and jason, internal to ofbi

Re: Creating parties

2011-07-16 Thread Mansour Al Akeel
Ok, the "BOOK" explained things, and I know I have to read many parts again, especially while trying to match the readings with the functionality offered by OFBiz. Now I have a question related to adding roles. In the "Add To Role" screen: Add To Main Role --> Role Type Id Add To Secon

Re: Creating parties

2011-07-16 Thread BJ Freeman
Yes I still have to go back and review. The book Deals only with Roles related to Party. Security based on login is not in the Book. The is covered in the Service Engine and Webapps, widgets It helps if you give complete URL to the places you talking about. It saves time of the answerer and verify