1
一個簡單的例子:爲什麼Liferay對象不能在我的Velocity模板中渲染?
/* Get user roles */
#set($userId=$request.attributes.get('USER_ID'))
#set($roleLocalService=$serviceLocator.findService("com.liferay.portal.service.RoleLocalService"))
$roleLocalService.getUserRoles($userId)
在頁面上呈現什麼只是沒有數據的文本。
$ roleLocalService.getUserRoles($用戶id)
我缺少什麼?