Extended PORTLET PARAMETER: SET VALUE in SCRIPT?

So I’d like to be able to set a parameter’s value in script, but I can only bind it to server side variables and since it has no control ID I don’t even know how to begin poking around.

Is this possible?

Alternatively, is it possible to set a server side variable in script with out calling an action?

Thanks for any help…

Lucas.

You can set parameters for portlet urls by using the PortletUrlScript and PortletUrlScriptParameter controls (see http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_portlet_url_script.html and http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_portlet_url_script.html). For an example of their usage, see the “control events” view in the Portlet Links sample from “http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_portlet_url_script.html”.

Justin