I am reusing this thread, because I believe (and hope
the problem and solution in this thread are similar to my current problem. I have an EIP browse with a drop box selection entry. This browse EIP was working fine for many weeks as I have been developing other parts of the program. Now this field does not update the table field, even though the drop selection is functioning. Other EIP fields on the browse are still working. Inspecting the generate HTML, I noticed that the following code was generated for the drop field.
<div id="div4224328592_div" class="adiv"><select name="LDQ__S_CHECKLIST_RESPONSE_LIST_ID" id="LDQ__S_CHECKLIST_RESPONSE_LIST_ID" class="nt-browse-entry" data-do="1" >Based on the other EIP fields, the data-do value should be "EIP" and when I change the value using firebug, the EIP works and the table is updated. Thus like the previous “delete” button problem, I am hoping that the solution is to clear a global value in template.
Also on the same row, I have a “Vertical Contract/Expand Row” field that previously worked too, but does not work now. The generated HTML code for this field is below:
<td>
<div id="div3994637945_div" class="adiv"><span data-nt-ctd="true" class="ui-icon ui-icon-circle-arrow-n"></span></div>
</td>To me, there does not appear to be any interaction if the user was to click on the icon. I am hoping that this also can be solved like the previous “delete” button.
Thanks
Rob Kolanko