This seems to me more of a Tynamo issue than a Tapestry one itself, so I guess you'll have a better answer from the Tynamo team. ;)

The goal is simple:
- check if there is a page available at a specific location

You can use PageRenderRequestParameters decodePageRenderRequest(Request request) to get the page name from the request and ComponentSource.getPage() to do this check.

- if not, make tapestry think there is a page which is in fact located
somewhere else

You could advice ComponentSource to change the getPage(String name) method parameter value before its invoked.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to