Oddly enough I just did that a few minutes ago and it does work. The
update and delete 'button' are a little different in size but the return
key does at least work without the gif entry.

I've also been through and finished correcting the invalid table
structures so I'll commit it shortly.

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