You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2009/11/06 07:43:37 UTC

t5: passing date to a context

Hi,

How to pass a date from url to a page with:

void onActivate(Date date) 

-- 
View this message in context: http://old.nabble.com/t5%3A-passing-date-to-a-context-tp26227575p26227575.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: t5: passing date to a context

Posted by Inge Solvoll <in...@gmail.com>.
Just create an onPassivate method that returns Date, and see what happens to
your url :)

On Fri, Nov 6, 2009 at 7:43 AM, Angelo Chen <an...@yahoo.com.hk>wrote:

>
> Hi,
>
> How to pass a date from url to a page with:
>
> void onActivate(Date date)
>
> --
> View this message in context:
> http://old.nabble.com/t5%3A-passing-date-to-a-context-tp26227575p26227575.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>