I'm not sure I understand you but wouldn't
<ui:repeat value="#{myList}" var="url">
| <a href="#{url}">#{url}</a>
| </ui:repeat>
work if you just want a list of links from a list of urls.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975531#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...