Hello
I create a new page with my iviews inside.
There is a property called com.sap.portal.reserved.iview.ParamList that I set to test = 1 in this field.
How can I retrieve this parameter. I try with request.getParameter("test"); in my JSP page, but this does not work.
Brgds// -Fred