Re: T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Sabine K.
Thanks for your help! I used .htm instead .tml :/ Angelo Chen wrote: > > the template should have .tml as extension and it should be in the root > directory, that's the change from 5.0.6. > > > Sabine K. wrote: >> >> Hi, >> >> i tried to test the new version of tapestry. Used the comman

Re: T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Angelo Chen
the template should have .tml as extension and it should be in the root directory, that's the change from 5.0.6. Sabine K. wrote: > > Hi, > > i tried to test the new version of tapestry. Used the command: mvn > archetype:create > -DarchetypeGroupId=org.apache.tapestry > > -- View this

Re: T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Angelo Chen
the template should have .tml as extension and it should be in the root directory, that's the change from 5.0.6. Sabine K. wrote: > > Hi, > > i tried to test the new version of tapestry. Used the command: mvn > archetype:create > -DarchetypeGroupId=org.apache.tapestry > > -- View this

T5: Error in Tutorial; Page Start did not generate any markup when rendered.

2008-03-10 Thread Sabine K.
Hi, i tried to test the new version of tapestry. Used the command: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DgroupId=org.apache.tapestry -DartifactId=tutorial1 -DpackageName=org.apache.tapestry.tutorial and used mvn jetty:run to star