>> Page nextPage = new Main();
>> nextPage.setValue(something);
>> cycle.setPage(nextPage);

I think that instead of:

Page nextPage = new Main();

you should put:

Page nextPage = cycle.getPage("main");

If I remember well....

 --
 Saludos,
 Pablo mailto:pil@;ieee.org




-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to