On Mon, 02 Aug 2010 16:16:16 -0300, Tapestry5 Newbie Beginner <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to