Hello,

I am a newbie in tapestry but since there is no list-archive available, i ask here for advise:

I want to create a new page and set some attributes in this page. Eg: I have a Page Main with an attribute value and I redirect to this page via cycle.setPage("Main") as described in the docs. Is there any way to set the attribute on creation of the page; maybe so:

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

Please help.

Thanks and Greets,
Bj�rn Weide



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