HttpServletRequest , "" , , . , "articleId". , , , , , "", , example_WAR_exampleportletwar_articleId_w2Xd.
. JSP , renderRequest, . , :
String articleId = renderRequest.getParamenter("articleId");
If this object is not defined, you just need to insert the tag <portlet:defineObjects/>somewhere, and after that the object will be available.
NTN. Let us know if this worked!
source
share