Last time i checked there wasnt any... Let me know if you find something On Wed, Dec 29, 2010 at 21:54, Josh Canfield <[email protected]> wrote: > I'd like to modify Loop.xdoc without having to run mvn site for every > change. Before I spend too much time looking around, does someone have a > simple command-line for doing that? > > Thanks, > Josh > > On Wed, Dec 29, 2010 at 10:55 AM, Howard Lewis Ship <[email protected]>wrote: > >> Looks very nice! >> >> Update the Loop.xdoc file to explain all this, and/or the JavaDoc. >> >> On Wed, Dec 29, 2010 at 10:49 AM, Josh Canfield <[email protected] >> >wrote: >> >> > I checked in code last weekend to get more complete generics support into >> > components (generic services are coming when I get a chance to do another >> > code review). Part of this change I made the Loop component generic and >> the >> > value property is now public. >> > >> > In the parameters section of the component reference the Type of value >> has >> > changed from Object to T, but the source parameter still shows up as >> > Iterable, not Iterable<T>. >> > >> > What is the right way to document this? T is out of context, and only >> true >> > for 5.3 >> > >> > Also, should I add a simple example of the 5.3 syntax, or change one of >> the >> > others? I assume we want to mark this as @since 5.3. >> > >> > @Property >> > @Component >> > private Loop<Person> personLoop; >> > >> > @Property >> > private List<Person> people; >> > >> > >> > <t:loop t:id="personLoop" source="people"> >> > ${personLoop.value.firstName} ${personLoop.value.lastName}<br/> >> > </t:loop> >> > >> > >> > Josh >> > >> >> >> >> -- >> Howard M. Lewis Ship >> >> Creator of Apache Tapestry >> >> The source for Tapestry training, mentoring and support. Contact me to >> learn >> how I can get you up and productive in Tapestry fast! >> >> (971) 678-5210 >> http://howardlewisship.com >> >
-- Andreas Andreou - [email protected] - http://blog.andyhot.gr Tapestry PMC / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
