cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving the value '#{r.name}'

vsoman84
Champ in-the-making
Champ in-the-making
Hi All,
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.
1 REPLY 1

shmoula
Champ in-the-making
Champ in-the-making
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