Re: [T5] - Tutorial Error

2007-09-13 Thread banmig

Sorry:

is "guess.link" or "guess.guess" in ""What is "guess.link"? " ??


banmig wrote:
> 
> I believe that the documentation of the tutorial one is incorrect:]
> 
> "
> 
> Make a guess between one and ten:
> 
> 
>   ${guess}
> 
> 
>   
> 
> "
> In the same page:
> 
> "What is "guess.link"? That's the name of the page, "guess", and the id of
> the component ("link", as explicitly set with the t:id attribute)."
> 
> More below:
> 
> "
> 
> String onActionFromLink(int guess)
>   {
> if (guess == _target) return "GameOver";
> 
> if (guess < _target)
>   _message = String.format("%d is too low.", guess);
> else
>   _message = String.format("%d is too high.", guess);
> 
> return null;
>   }
> 
> "
> 
> [],
> Anderson
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5Tutorial-Error-tf4437563.html#a12661642
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Integration Prototype/Scriptaculous

2007-04-30 Thread banmig

Hi guys,

 My company asked for to develop some functionalities ajax for tapestry
5 using Prototype/Scriptaculous, as refresh in combos, reconstruction of
grids. It would like to know if somebody could help me, indicating some
examples, since I am new in tapestry and we do not want to use dojo.

Thanks,
Anderson
-- 
View this message in context: 
http://www.nabble.com/Integration-Prototype-Scriptaculous-tf3672448.html#a10261951
Sent from the Tapestry - User mailing list archive at Nabble.com.


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