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
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
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
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
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
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