Retrieving the value '#{r.name}'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 10:25 AM
Hi All,
I have been trying to obtain the names and url inside the browse.jsp in the line
But i have not yet figured out how the values for name as well as url inside the browse.jsp get populated using the "#{r."
I have checked the repo.tld and found no occurance of 'url' .
So what is the source that the name of my documents gets displayed inside the browse space as actionlinks?
Thank you.
I have been trying to obtain the names and url inside the browse.jsp in the line
<a:actionLink id="col10-act2" value="#{r.name}" href="#{r.url}" target="new" />
for the " Primary column for details view mode " so that i can display these names in the browse.jsp alongside checkboxes and on a subsequent JSP page via a 'submit' button click.But i have not yet figured out how the values for name as well as url inside the browse.jsp get populated using the "#{r."
I have checked the repo.tld and found no occurance of 'url' .
So what is the source that the name of my documents gets displayed inside the browse space as actionlinks?
Thank you.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 04:31 AM
Hi vsoman84,
that's easy: r is a variable, which is defined by Rich list component (something like c:forEach with variable 'r'), check out documentation at http://wiki.alfresco.com/wiki/RichList
that's easy: r is a variable, which is defined by Rich list component (something like c:forEach with variable 'r'), check out documentation at http://wiki.alfresco.com/wiki/RichList
