Yes,

and most of the ftl files (and bsh scripts) could also disappear by converting them to the widgets.

Jacopo

Adrian Crum wrote:
Ray,

Thank you very much for all your effort!

I understand what you mean when you say cleaning up HTML is a pain. I just spent most of last Saturday cleaning up a bunch of ftl files, and even then there was still more work to do on them.

-Adrian

Ray Barlow wrote:

I also just noticed the delete button fails anyway with an error:
The following required parameter is missing: [resetGrandTotal.orderId]

It's not related to these changes as the test server fails also, job for
another day.

Ray


Adrian Crum wrote:

Jacques,

Try changing the Update link (<a> element) to an <input> element:

<td nowrap width="25%">
<input type="text" name="amount" size="6" value="<@ofbizAmount
amount=adjustmentAmount/>"/>
<input type="submit" value="${uiLabelMap.CommonUpdate}"/>
<a
href="<@ofbizUrl>deleteOrderAdjustment?orderAdjustmentId=${orderAdjustmentId?if_exists}&amp;orderId=${orderId?if_exists}</@ofbizUrl>"
class="buttontext">${uiLabelMap.CommonDelete}</a>
</td>

-Adrian




Reply via email to