On Mon, 02 Aug 2010 16:16:16 -0300, Tapestry5 Newbie Beginner <ttds...@yahoo.com> wrote:

public class Index
{
        @InjectPage
        private CreateContact contact;
        
        
        public Date getCurrentTime()
        {
                return new Date();
        }
        
        Object OnActionFromCreate() {
                return contact.initialize();            
        }
}

Have you tried onActionFromCreate()? (notice the case of the first letter)

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