Just a note (yes, this is one of my soapboxes and Steve and I discussed this ages ago): If you need data security in your application, don't use the data squeezers with Tapestry. The squeezers are great if you don't care about security, but if you do, they are too problematic for someone who wants to try hacking things. They encode primary keys to your data objects, which can be altered by someone before being sent back to you, causing (potentially) incorrect records being retrieved/updated. (At least the last time I looked at it...)
The above isn't meant to detract from Steve's tutorial, either, which is great and we are the better for having it available. Thanks! /dev/mrg On 4/12/07, Peter Schröder <[EMAIL PROTECTED]> wrote:
it was a perfect tutorial to my work on a new job. it was exactly what we are now using here as development-environment.