> <c:forEach var="sound" items="${Sounds}" varStatus="status"> > <tr> > <td>a href= XXXXXX ><c:out value="${sound.fileName}"/></a></td> > </tr> > </c:forEach> > > where XXXXXX is the problem bit. I want to concatenate "/" + path + > "${sound.fileName}" so that the href gets the full path and but only the > filename is displayed. Hi, Please look at this article maybe it helps you some way: http://www.samspublishing.com/articles/article.asp?p=31341&seqNum=3 or http://www.manning-sandbox.com/thread.jspa?threadID=365&tstart=1
Regards, Adrian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]