I am busy with an application where I have a button that was inserted in a list page.
I need to pass a variable from within this button's <server> php code to the button's <Client After> javascript code.
Using this:
$pageObject->setProxyValue("file_name", $file_name);
This hangs the page when I click on the button.
I suspect that it is because I am using $pageobject on a button. Is this the issue, if so is there an alternative way to pass variables between PHP and Javascript?