RE: Antwort: T5: trying out tutorial hi/lo game, but...

2007-08-22 Thread Jason Gutt
For the app to work I had to change this tag 

${guess}
 

the id should equal "link"

-Original Message-
From: Christian Koeberl [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 22, 2007 2:35 AM
To: Tapestry users
Subject: Antwort: T5: trying out tutorial hi/lo game, but...

Angelo Chen <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm learning by trying out the hi/lo game, everytime I clicked one of 
the
> number links, the onActionFromLink was not called, here is the template:

It should be onActionFromGuess because the link's id is "guess".

-- 
Chris 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Antwort: T5: trying out tutorial hi/lo game, but...

2007-08-22 Thread Angelo Chen

Hi Chris,

Now it works, thanks. however  I can't see those "too high" and "too low"
messages as in the tutorial, any fix to this?

Thanks,


Christian Koeberl wrote:
> 
> Angelo Chen <[EMAIL PROTECTED]> wrote:
>> Hi,
>> I'm learning by trying out the hi/lo game, everytime I clicked one of 
> the
>> number links, the onActionFromLink was not called, here is the template:
> 
> It should be onActionFromGuess because the link's id is "guess".
> 
> -- 
> Chris 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-trying-out-tutorial-hi-lo-game%2C-but...-tf4309599.html#a12270059
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Antwort: T5: trying out tutorial hi/lo game, but...

2007-08-22 Thread Christian Koeberl
Angelo Chen <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm learning by trying out the hi/lo game, everytime I clicked one of 
the
> number links, the onActionFromLink was not called, here is the template:

It should be onActionFromGuess because the link's id is "guess".

-- 
Chris