First pass of JsfFlexHttpServicePhaseListener on server side and JsfFlexHttpService.as on the client side implemented for DataGrid component
2 views
Skip to first unread message
Jihoon Kim
unread,
Nov 24, 2008, 2:09:12 AM11/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSF-Flex
Made the changes to have JsfFlexHttpServicePhaseListener on the server
side communicate with the ActionScript JsfFlexHttpService on the
client side [technically DataGridServiceRequest.as +
DataGridColumnServiceRequest.as as they use JsfFlexHttpService]. So
the dataBinding is now capable for AbstractMXMLUIDataGridColumn's
columnData field of Collection type. Currently only retrieving of the
information has been implemented, meaning editing and etcetera will be
implemented later.