Hi Eric,
I tried to create a simple project with a portlet, I create a view in which I put a control HtmlCommandLink with a param and an inputText to retrieve the value of this param.
The example works well when I run my page on MWS local server and return the value of my param, BUT when i run it on the MWS remote server the value is null.
MWS local server : when i click on the link
the request :
MWS Remote server : when i click on the link
the request :
the difference between the two request below is “jsf” and “jsfwmp22710”
javascript:;CAF.model("jsfwmp22710:defaultForm:htmlCommandLink").go({'myparam':'helloWorld'});
javascript:;CAF.model("jsf:defaultForm:htmlCommandLink").go({'myparam':'helloWorld'});
I use the resolveExpression() to get the param value
String value = (String)resolveExpression("#{param['myparam']}");
have you a suggestion for what it is?
do i have to set something for my view ?
Thanks and regards
Yassine
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods