我有这个:我尝试从 portlet Historial 重定向到 portlet Reclamos 我正在这样做:
String pageUnique= "prueba.page.SRSC.Reclamos" ;
String portletUnique= "prueba.portlet.SRSC.IngresoSolicitudReclamos" ;
@SuppressWarnings("rawtypes")
String targetURLStra = ServletURLHelper.generateUrl(pageUnique,portletUnique, (HashMap) customerContext, app.getHttpServletRequest(), app.getHttpServletResponse());
我把它放在一个方法中并调用按钮;假设重定向到 Portlet Reclamos ......
但我得到这个错误:
[5/15/13 11:20:39:322 PET] 00000068 servlet [PA_SRSCPORTAL_1] [/wps/PA_SRSCPORTAL_1] [/genjsp/prueba/portlets/portletHistorial_pgError.jsp]: Initialization successful
我在不同的战争中拥有每个 portlet,portlet Historial 在 IBM Portlet Factory 中,portlet Reclamos 在 JSR 168 中
请任何帮助