Greetings, I have a page with a tr:table, in each row I would like to be able to use a tr:panelPopup to, on click, query the database and return me some aditional info on the row I clicked. So far, I've been unable to figure if there is a way to trigger an event and execute a bean method before displaying the popup.
Am I missing something, or is this an actual limitation? I have tried to emulate this behavior using the Dialog framework, which works as expected, unfortunatly, since the lightweight dialogs are modal and cannot be moved from the center of the page, this isn't a usable solution to my needs. Furthermore, I'm using Trinidad version 1.0.7. -- Best Regards, Pedro Calção

