Bumping this one back up. Surely someone knows how to get the values
that are submitted in text fields that are rendered by the table
component.  I cannot figure out how to update the object via the
PrimaryKeyConverter.

--sam


On 3/22/06, Sam Gendler <[EMAIL PROTECTED]> wrote:
> I have a table with several editable columns.  I also have a
> PrimaryKeyConverter in order to avoid serializing entire objects to
> the client.  I assume that the getValue(Object primaryKey) method of
> my converter gets called before processing each row, but how do I then
> get the collection of row objects with their new value.  Basically, I
> need to call dao.store(rowObject) for each row, but I don't know how
> to get the collection of row objects.
>
> --sam
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to