I don't understand the question. What's wrong with the code?
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
What workaround need I to use for this code
import javax.el.ValueExpression;
FacesContext context = FacesContext.getCurrentInstance();
ValueExpression vex = context.getApplication().
getExpressionFactory().createValueExpression(context.getELContext(),
"#{paramValues.mapSelectedItems}", String[].class);
Thanks

