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