You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Carl Brodeur <ca...@modelio.com> on 2003/03/28 15:49:18 UTC

Listing links to Assets (PDF files)

In one of the pages of my application, I need to list PDF files 
available on the server.  

I thougth I could use java code (in myPdfListPage.java),  to get the 
list of the available PDF files in the server directory,  create a 
<List> of those file names as one of the page` properties and use the 
<Any> component (in conjunction with a <Foreach> component) to generate 
the list of URLs to those PDF files in the HTML output.

Any other ideas ?