The answer is less interesting: I think we don't...so far. Do you have an idea?

Jacques

From: "Bilgin Ibryam" <bibr...@gmail.com>
If I remember correct, it was used for debugging purpose and it is
safe to delete/cleanup.

The more interesting questions is do we have a generic way in place to
extract/display error/warning messages generated by ajax requests?

Bilgin

On Wed, Oct 12, 2011 at 10:15 AM, Jacques Le Roux
<jacques.le.r...@les7arts.com> wrote:
In both configproductdetail.ftl files, we have this whole useless block

if (data._ERROR_MESSAGE_LIST_ != undefined) {
//console.log(data._ERROR_MESSAGE_LIST_);
//alert(data._ERROR_MESSAGE_LIST_);
}else if (data._ERROR_MESSAGE_ != undefined) {
//console.log(data._ERROR_MESSAGE_);
//alert(data._ERROR_MESSAGE_);
}else {
//console.log(data.totalPrice);
//console.log(data.configId);

Is there a reason to keep it?

Jacques


Reply via email to