Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
The explaination you give on the loop within a form and the use of encoder are really helpful I was looking for that for a while. I understand now that when the submit is processed 1) The Loop Component update the model thanks to the encoder 2) Then the textfield update the model Howard Lew

Re: Improved Tapestry Component Reference

2008-01-31 Thread Howard Lewis Ship
Layout is a pattern, not a particular component. I may add a Layout page to the User Guide to explain this. Seems to trip up a lot of people. On Jan 31, 2008 11:07 AM, Franz Amador <[EMAIL PROTECTED]> wrote: > Is there a doc on Layout? It looks like a component, but since it isn't in > the com

Re: Improved Tapestry Component Reference

2008-01-31 Thread Howard Lewis Ship
I agree on the visual and am going to take a crack at that shortly. First, finish off the basic docs. On Jan 31, 2008 11:05 AM, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Huge improvement. =) > > some feedback for possible future revisions: > > -) If it's possible to do, you may want some sort of

Re: Improved Tapestry Component Reference

2008-01-31 Thread Kevin Menard
This is a much welcomed improvement. It's definitely a step in the right direction. It'd be nice if the components themselves were further categorized, much like for T4. Forms, links, etc. I'm a big fan of the examples, as well, and look forward to seeing more of them. As a guy coming from T4,

Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
Don't know if it helps, but I propose a small tutorial for a more sophisticated layout http://courcy-en.blogspot.com/2008/01/tapestry-5-create-layout-component.html You have something a bit in the spirit of tiles but much simpler, it's a really easy and short read. Franz Amador a écrit : Is

Re: Improved Tapestry Component Reference

2008-01-31 Thread Michael Courcy
The examples is a real plus. Howard Lewis Ship a écrit : I've been very busy this week improving the Tapestry Component Reference. The Component Reference is now generated as multiple pages: an master index, and one page per component (or mixin, page, base class) that is documented. Documenta

Re: Improved Tapestry Component Reference

2008-01-31 Thread Franz Amador
Is there a doc on Layout? It looks like a component, but since it isn't in the component catalog, apparently it's built into tapestry. I've found only bare-bones tutorial-style mention of layouts here and there, but no comprehensive reference. For example, can I have multiple layouts, and if

Re: Improved Tapestry Component Reference

2008-01-31 Thread Jesse Kuhnert
Huge improvement. =) some feedback for possible future revisions: -) If it's possible to do, you may want some sort of brief package -like paragraph for each section listed in the index to give a basic idea of what kind of stuff is in there -) When I first started using Tapestry 3 a long time ag