Monday, May 18, 2009

SAP Portal - JSP DynPage

By default, NWDS will generate two lines for a JSP DynPage component.

property name="ComponentType" value="jspnativa"
property name="JSP" value="pagelet/abc.jsp"

It is necessary to remove these two lines. For me, if not, componentRequest value will not be passed to the page and the value will be null.

No comments: