OK, I see your point, given the content of chapter 8 of enjoying web development. That chapter pretty much covers what you want, including defining a service that supports building a photo album, but depending upon some of the other constraints of your application, you may or may not need that level of complexity.
--sam On 5/1/06, Sam Gendler <[EMAIL PROTECTED]> wrote:
On 4/30/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > This is curiously enough non-trivial in trapestry. All dynamic things you > want to put in you pages or download have to come from a separate service. Why would you need a separate service to render a table of img tags? As for paging in a table, that is covered in the tapestrytables.war example app. You just need to structure a TableModel object which can provide img url's 3 at a time to a contrib:table component, I would think. It will automatically pagify the results. It is a difficult question to answer without more detail - are the images served via tapestry or a standard web server. Are the url's in a database, or are they statically stored on a path somewhere available to your servlet container, etc? --sam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]