HI All:
I want to transport data from one component to another like this:
first,i created an application with a component.a iview in it.
in the iview,i created a table for displaying data which come from database.
now i just want to do like this:when i click the record of the table,i want to open a new IE window to display the detail message of the record.
of course,i had mapped the contexts between them throw using Component Interface.
Maybe i described my question not exactly,i repeat again:
when i click the record,what can i do for transporting this record's data to another component which is to display the detail of this record...
Thanks advanced...