I have a grid - one of the recordfields contains a URL - what I would like to do - is when the row is selected - open a window and pass in the URL for the iFrame source of the window?





<ext:RowSelectionModel ID="RowSelectionModel1" runat="server">


<Listeners>


<RowSelect Handler="#{Window1}.show();" Buffer="250" />


</Listeners>


</ext:RowSelectionModel>