Re: Error in Tapestry 5 Tutorial

2008-12-20 Thread Ulrich Stärk
John Aronson schrieb: on the page http://tapestry.apache.org/tapestry5/tutorial1/hilo.html Let's start with the code, and break it down: src/main/java/org/apache/tapestry5/tutorial/pages/Index.java package org.apache.tapestry5.tutorial.pages; import java.util.Random; import org.apach

Error in Tapestry 5 Tutorial

2008-12-20 Thread John Aronson
on the page http://tapestry.apache.org/tapestry5/tutorial1/hilo.html Let's start with the code, and break it down: src/main/java/org/apache/tapestry5/tutorial/pages/Index.java package org.apache.tapestry5.tutorial.pages; import java.util.Random; import org.apache.tapestry5.annotations.In