在Liferay 6.2中无法将对象从类传递给jsp

时间:2014-06-04 13:47:05

标签: java liferay liferay-6 liferay-theme liferay-ide

我正在尝试在类中设置类型列表的属性,并使用以下内容将类中的属性获取到jsp:

  1. 首先使用

    设置属性

    actionRequest.setAttribute( “SEARCH_RESULT”,结果);

  2. 使用以下

    获取对象

    request.getAttribute( “SEARCH_RESULT”);

  3. 但上面的代码总是产生null,为什么?

1 个答案:

答案 0 :(得分:1)

使用renderRequest.getAttribute( - )

请在下面链接了解更多详情

Liferay MVC Portlet Development