Hi again,

using Flash Remoting under mac OS X with mysql 5.01, I have a grid that, once
a row is selected, displays the information of the row in different fields.

One of the field is a boolean value with a checkbox and that's also included
in the grid using the type "boolean" for the column.

When I use Flash Remoting to retrieve the updated info, I also update the grid
to get the new data inside it.

The problem is:
when a grid contains a boolean type in one of the column, if you want to
display the data (with Flash Remoting) in different fields when a row of the
grid is selected, well... it doesn't work.

The weird thing is that it does work if the column type is not set to boolean.
(ie there's no type for the column)

Do you have the same thing happening or is it a bug on mac os X only?

Thanks!
Vincent