I have problems with writing the JSP variable values dinamically to the Param on the Webm Scope. In the JSPDevGuide only mentions about writing it statically like below :
<webm:scope options=“param(Input1=1) param(Input2=2)”>
Then how to put the value in parameter Input1 and Input2 from JSP variable ? Thanks for any answers …