Hi all,
I have a strange buffering type issue with a table configuration.
I have a configCellerator which was bound to a table context. I have created a new context which I now want to use in the table instead. This new context is also a table and I have implement the GET_TABLE_LINE_SAMPLE method correctly etc.
I then changed the BSP source to point to the new table in the table attribute:
<chtmlb:configCellerator id = "Links" table = "//LINKS/Table" width = "100%" usage = "SEARCHRESULT" design = "STANDARD" actions = "<%= controller->gt_buttons %>" />
I deleted the old configuration but the available fields list is still showing the fields from the old context. Does anyone know where the system reads the available fields list from? I assume it is the GET_TABLE_LINE_SAMPLE method which makes me wonder if it's some kind of buffering issue.
Cheers,
Gregor