Re: actionlink vs onAction()

2010-08-02 Thread Howard Lewis Ship
Seems like a bug to me; Tapestry is supposed to be case-insensitive. The "on" and "from" parts of the method name should work regardless of case. On Mon, Aug 2, 2010 at 12:22 PM, Tapestry5 Newbie Beginner wrote: > > Thanks. It works. My bad. > > -- Daniel. > > > Thiago H. de Paula Figueiredo wrot

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; >> >> >> public Date getCurrentTime(

Re: actionlink vs onAction()

2010-08-02 Thread Thiago H. de Paula Figueiredo
On Mon, 02 Aug 2010 16:16:16 -0300, Tapestry5 Newbie Beginner wrote: public class Index { @InjectPage private CreateContact contact; public Date getCurrentTime() { return new Date(); } Object OnActionFr