i am using the oracle work space and
i have created an html region and creadted an page item text field
i have creted a dynamic action on the region that fires when the page loads
i used the following code in dynamic action that executes the js code to show the value of the input field
but it shows nulll
window.alert($v('p1_value'));
and i also used it with fouble quotes like this
window.alert($v('p1_value");
in alert box it does not show any value anyone can help me where is the mistake