Hi Mimel,
I don’t know if i can use the methods on the top to recover the value of my param using an htmlCommandLink, i don’t know if i can read them off the current portlet request via the faces ExternalContext or in a binding expression ??
my action returns always a NULL value:
public String domaineSelected() {
String value = (String)resolveExpression("#{param['domaineParam']}");
//String value2 = (String)getFacesContext().getExternalContext().getRequestParameterMap().get("domaineParam");
return value;
}
knowing that my param contains always a value on the url request :
Thanks and regards
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS