One thing that would be great is a way to create an internal link with
request parameters. Your example shows how to do via a POST, I'd like to
implement a GET link instead. Something like

<t:pagelink page="mypage" context="blah">mypage</t:pagelink>

but instead of activation context, request parameters.

Any idea how to do this?




-----Original Message-----
From: Geoff Callender <geoff.callender.jumpst...@gmail.com>
Reply-to: "Tapestry users" <users@tapestry.apache.org>
To: Tapestry users <users@tapestry.apache.org>
Subject: Re: @Persist vs onActivate/OnPassivate
Date: Thu, 11 Nov 2010 00:51:42 +1100

Hmmm, so I guess this examples page of "Passing Data Between Pages" isn't 
meeting the need:

        
http://jumpstart.doublenegative.com.au/jumpstart/examples/state/passingdatabetweenpages1

Suggestions welcome.

Cheers,

Geoff


On 11/11/2010, at 12:06 AM, Nicolas Barrera wrote:

> +1 for the best practices page
> 
> Nicolás.-
> 
> 
> 2010/11/9 françois facon <fra.fa...@gmail.com>
> 
>> Passivate will also generate clean and *Bookmarkable* URL for you.
>> 
>> Activate/ passivate will reduce memory use and increase performance in
>> server side.
>> because Creating session cost a lot and require memory.
>> 
>> by using @Persist, you will generate at east one more request to initialize
>> your data.
>> 
>> About documentation, there is perhaps a need for a page that define the
>> best
>> pratices for T5.
>> 
>> 
>> 
>> 2010/11/9 Andreas Andreou <andy...@di.uoa.gr>
>> 
>>>> It's flash, not flush. :)
>>> 
>>> That's a great idea for an easter-egg there!
>>> 
>>> 
>>>> --
>>>> 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
>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
>>> Tapestry PMC / Tacos developer
>>> Open Source / JEE Consulting
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>>> 
>> 


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




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

Reply via email to