Re: Advice on creating new components

2012-01-17 Thread captain_rhino
Thx for the advice! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Advice-on-creating-new-components-tp5142727p5151135.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscri

Re: Advice on creating new components

2012-01-13 Thread Thiago H. de Paula Figueiredo
You can have one component per type and also one component using them to choose the right one to be shown at that time. That's what I'd do. On Fri, 13 Jan 2012 15:52:58 -0200, Josh Canfield wrote: The answers you get to this is are going to be mostly personal preference, so I'll give you

Re: Advice on creating new components

2012-01-13 Thread Josh Canfield
The answers you get to this is are going to be mostly personal preference, so I'll give you mine. I would definitely create at least one component to contain all three of the types of identifiers, then when you add a fourth, or remove one, they magically get updated on all the pages. Whether you