Re: actionlink vs onAction()

2010-08-02 Thread Tapestry5 Newbie Beginner
Thanks. It works. My bad. -- Daniel. Thiago H. de Paula Figueiredo wrote: > > On Mon, 02 Aug 2010 16:16:16 -0300, Tapestry5 Newbie Beginner > wrote: > >> public class Index >> { >> @InjectPage >> private CreateContact contact; >> &

actionlink vs onAction()

2010-08-02 Thread Tapestry5 Newbie Beginner
I was trying to tutorial on the web (the number guessing one); And I was able to set it up. However, when I add this to the Index.tml: Create Then, in my Index.java, I have, public class Index { @InjectPage private CreateContact contact; public Date get