留言板

declaration of renderRequest

thumbnail
asile elisa,修改在14 年前。

declaration of renderRequest

Regular Member 帖子: 126 加入日期: 10-2-17 最近的帖子
hi
I m tring to understand the code of this file:

portal/portal-web/docroot/html/portlet/entreprise_admin/view.jsp

well in this the next line he used renderRequest withgout declaring it, I did not find its declaration

UserSearch searchContainer = new UserSearch(renderRequest, portletURL);
thumbnail
Amos Fong,修改在14 年前。

RE: declaration of renderRequest

Liferay Legend 帖子: 2047 加入日期: 08-10-7 最近的帖子
Hey Asile,

Look at html/portlet/init.jsp

You'll see this tag library:
<portlet:defineObjects />

and if you check out the java class (defineObjectsTag.java), you'll see it being declared.
thumbnail
asile elisa,修改在14 年前。

RE: declaration of renderRequest

Regular Member 帖子: 126 加入日期: 10-2-17 最近的帖子
thank you so much emoticon