Hi all,

i have a table with a loop for the line (tr). Each line displays one
entity. I need to edit field of the entity directly in the table. One of
this field is an AjaxAutoComplete. I so use this component in some other
parts of my application and it works fine. But now in the table i have some
problems.
First the choices are not a lot so i used isLocal=true. In the table with
these option the div with the choices don't show up when the component gets
the focus, outside the table everything is fine.
When i change isLocal=false, the choices are displayed but not filtered.

Any idea?

Tobias

<wo:loop list = "$kunde.kommunikationenOrderedByDefTime" item =
"$kommunikationItem">
   <tr>
     <td><wo:TJAjaxDatePicker class = "form-half" disabled = "$disabled"
format = "$session.defaultDateFormat" value = "$kommunikationItem.datum"
/></td>
     <td><wo:textfield class = "form-half" disabled = "$disabled" value =
"$kommunikationItem.ersteller" /></td>
     <td><wo:textfield class = "form-small" disabled = "$disabled" value =
"$kommunikationItem.kontaktart" /></td>
     <td><wo:text style ="min-height: 55px; min-width: 520px;" disabled =
"$disabled" value = "$kommunikationItem.gespraechsnotiz" /></td>
     <td"><wo:checkbox checked = "$kommunikationItem.wvl" disabled =
"$disabled" /></td>
     <td><wo:TJAjaxDatePicker class = "form-half" disabled = "$disabled"
format = "$session.defaultDateFormat" value = "$kommunikationItem.wvlDatum"
/></td>
     <td><span>
*<wo:AjaxAutoComplete id = "$saveAblehnungsgrundID" disabled = "$disabled"
activateOnFocus = "$true" ignoreCase = "$true" value =
"$kommunikationItem.ablehnungsgrund"            list = "$ablehnungsgruende"
isLocal = "$false" />*</span></td>
   </tr>
   </wo:loop>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to