Re: newbie: how to use tapestry component

2006-04-30 Thread Sam Gendler
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 le

Re: newbie: how to use tapestry component

2006-04-30 Thread Sam Gendler
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 tab

Re: newbie: how to use tapestry component

2006-04-30 Thread Peter Svensson
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. However, there's a very good example of doing that in "Enjoying web development with Tapestry" at http://www.agileskills2.org/EWDT/ Cheers, PS On 4