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

Re: [t5] Error in tutorial

2007-07-07 Thread Stephen Summerfield
Evan Rawson - Work americanadtrader.com> writes: > > when doing the hi/lo tutorial > > this section of code >you will need to changeonActionFromLinktoonActionFromGuess Or just change the following in Guess.html: ${guess} to ${guess} (I think that was the typo as the code talks

[t5] Error in tutorial

2007-07-05 Thread Evan Rawson - Work
when doing the hi/lo tutorial this section of code @Persist private String _message; public String getMessage() { return _message; } String onActionFromLink(int guess) { if (guess == _target) return "GameOver"; if (guess < _target) _message = String.format("%d is