Hi All,I am a total newbie to flex.I am modifying an existing
application in JSP to Flex. Most of my application (nearly 50 jsp pages)
display data from databases.I would like to use flex datagrid to display
the data fetched.What I am planning to do is to have a single flex
datagrid component ,that takes data from any of this backend table and
display.Also I dont want to make any changes in the backend code and
make use of it as much as possible .Already my back-end bean components
take care of ...