How to access attributes in freemarker liferay 6.2 -


i have request object contains complete url

the structure

 +-portlet-session   +-attributes    +- complete_url 

i can access portlet-session using

request['portlet-session']

how can access attribute complete_url

i have tried -

request['portlet-session']['complete_url']

but doesnt work

any help? using liferay 6.2

figured out

request["attributes"].current_complete_url


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -