I have a problem that I cannot find any information on why this occurs.
I have a custom customizer for a simple database browser portlet. In the
custom form I update the "sql" param using the following.
portlet.setAttribute("sql",sql,data);
I can verify that the param is updated by viewing the PSML file for the
specific user.
Now here is where the problem starts. When I return back to the normal
content state the database browser porlet is reading the parm for the sql
from somewhere else because it is still reading the previous value. If I
click the refresh button the data is updated properly. How to I update the
value and where is this value stored without clicking the refresh button.If
I use the standard customizer the update is automatically or if I shutdown
the server and restart the new value is used. Is the value in a temp state
until something triggers the update. If so why ?
Conrad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]