On Tue, 11 May 2010 10:34:52 -0300, Thomas Cucchietti <thomas.cucchie...@gmail.com> wrote:

So, I have to create a page only for internal use in order to follow this
philosophy.

You don't need to create a page just for holding your component. Just create a Block inside your page and declare you component there. Then you can use the Delegate component to render the component or not.

How can I prevent user to access this page ?

Easier way: add this method to that page:

Object onActivate() {
        return Index.class;
}

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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