Re: T5 Does someone have a Palette example

2007-06-13 Thread Howard Lewis Ship
These examples are, of course, part of the unit test suite for Tapestry, based on Selenium. On 6/13/07, Marcus <[EMAIL PROTECTED]> wrote: Hi Marcell Java classes are in src/test/java/org.apache.tapestry.integration.app1 and templates are in src/test/app1/WEB-INF or in 'components' folder. Hi D

Re: T5 Does someone have a Palette example

2007-06-13 Thread Marcus
Hi Marcell Java classes are in src/test/java/org.apache.tapestry.integration.app1 and templates are in src/test/app1/WEB-INF or in 'components' folder. Hi Daniel, We can deploy those tests using Jetty plugin in Eclipse. Marcus

Re: T5 Does someone have a Palette example

2007-06-13 Thread Erik Vullings
Looking at the URLs, it seems likely that even after a new release, they would still be valid. There is no reference to 5.0.5 in them, so I hope it will be OK. BTW I've removed some HTML links (that didn't exist). About the links to the items, the Wiki automatically creates links for words that us

Re: T5 Does someone have a Palette example

2007-06-13 Thread Daniel Jue
It would be nice if sample usage was included in the javadocs, so that when Howard releases new code, the short examples are right there. Or I guess we have the tests we can look at. Is there a commiter that we can funnel our usage suggestions to, so that the person only has to cut and paste it

Re: T5 Does someone have a Palette example

2007-06-12 Thread Marcell Manfrin Barbacena
Nice. However some links looks wrong and there are lots of java class without htmls. How could we keep this bleeding edge? []s On 6/12/07, Erik Vullings <[EMAIL PROTECTED]> wrote: Duh, I feel like an idiot, but this is really a great tip. As promised, I have created a Wiki HowTo page for it, so

Re: T5 Does someone have a Palette example

2007-06-12 Thread Erik Vullings
Duh, I feel like an idiot, but this is really a great tip. As promised, I have created a Wiki HowTo page for it, so hopefully, it will prevent some other sod like me to make the same mistake :-) http://wiki.apache.org/tapestry/Tapestry5CheckOutTheSourceCode Thanks Marcus! On 6/12/07, Marcus <[EM

Re: T5 Does someone have a Palette example

2007-06-12 Thread Marcus
Hi Erik, Take a look at PaletteDemo inside tapestry-core (src/test/java/org.apache.tapestry.integration.app1) Marcus

T5 Does someone have a Palette example

2007-06-12 Thread Erik Vullings
Hi all, Does someone have a palette example - it requires some parameters, and it would be nice to see what they look like. I'll promis to add it to the Wiki (and attribute it, of course :-) Thanks Erik