m-woelm schreef:
Hey folks,
this is my first mail, so I shortly present my self. I am a student from
germany and my job is to evaluate Tapestry for my professorship. Therefore,
I have to write a simple application (small web-shop).
Welcome :o)
Especially, how can I handle form-values of any input type and data type and
how can I validate them. And perhaps in a further step make them persistent
with entity beans.
Have you looked at 'Enjoying Web Development with Tapestry' by Kent Tong?
The first four chapters of his book are freely available at
http://www.agileskills2.org/EWDT/
Chapter 2 covers Using forms and Chapter 3 covers validating input.
As a matter of fact, Chapter 4 covers creating a (very) simple e-shop :o)
How can I combine multiple html-templates together to one big html with
tapestry? It would be nice if there would be tutorial which explains this
and only these separate single topics. At least for beginners, it is at
least a little bit difficult to look through tutorials with more complexity
like the workbench tutorial.
A page uses just 1 big template for generating its content.
But on that page you can have components, which can render their own
content based on their own templates. So you could easily create a
component that renders the header or footer of a page for example.
I would really start with reading the free chapters of 'Enjoying Web
Development with Tapestry'. It's a real nice intro that will ease you
into using Tapestry.
Regards,
Onno
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]