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
<ttds...@yahoo.com> wrote:
>
> Thanks. It works. My bad.
>
> -- Daniel.
>
>
> Thiago H. de Paula Figueiredo wrote:
>>
>> 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
>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/actionlink-vs-onAction%28%29-tp29328712p29328762.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to