tags:

views:

1142

answers:

0

I've recently started heavy use of Spring Webflow 2 in my project so that I could make use of its integration with the Dojo javascript framework. I have a list of rows in a <table>, each row containing information about transactions in our system. I'd like to be able to get more information on a transaction by having a link in each row, and when it's clicked, it sends out a SWF2 event in an Ajax call to the server, and the server will render a partial fragment, and I'd like to be able to add the returned HTML to the page. Presumably this would all be using the Spring.addDecoration(new Spring.AjaxEventDecoration({...})) call that comes with the SWF2 Dojo integration. Could somebody please point me in the right direction for how to do this ? Any help is appreciated, thank you kindly.