Hi all, I wanted to see if I could add an autocomplete that displays a
little table (3 columns).

It is a simple locations table that shows a ZIPCODE a Provine/City and a
Canton/Kanton (CH) field. I already have it working with the default
IAutoCompleteRenderer, that renders an Unordered list:

<ul>
  <li textvalue="80008032">8032 Neumünster ZH</li>
   etc...
</ul>

I tried my own renderer putting a table on the renderHeader method. Then the
TableRow and TableData elements in the render. And finally a the end of
Table element in the renderFooter method.

This worked fine for look and feel but I lost the selection up and down
behavior. And also the Click selecting behavior that put the innerHtml on
the textfield as says in the documentation if no textvalue was available. I
put the textvalue on the <tr textvalue="bla"> and also I tried to put it in
the <td> element.

Can some one help me out a bit?


Regards,

f(t)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to