Hi ,
I have a xml which is in following format :
aa
1
12.12.2010
abc@gmail.com
bb
2
11.12.2010
aaa@gmail.com
I have a grid object and a form object in the layout . I am able to display the list of messages with details ‘name , type, date’ in the grid .Now based on the selected row , I want to display the other details for the selected message from the same xml into the form . In most of the samples provided on your site I have seen that the selected row details are passed to a .php file that inturn renders a xml . But I would like to use the same xml for both the components . Can you please provide me with any pointers ?