that would require a lot of manual labor for each and every link. 

btw: my question relates to T5.

Say i had page B injected into page A. 
I could then initialize page B and return page B from some eventhandler on
page A. 
What I would want to accomplish is that this automatically results in
redirecting to page B (as normal) with the difference that the url of page B
shows my predefined fields of page B in the url (I know I mentioned
querystring in the subjectheader, i mean the path-part of the url)

The mechanism could know this because at designtime I could have tagged the
fields of page B that I wanted to include in the url. This would enable me
to once define these fields at design-time and not having to worry about it
later on. 

is anything like this out there, or planned at all?

Thanks in advance,
Geert-Jan


Josh Canfield-2 wrote:
> 
> If you want to parameters to the query string then you can create a link
> and
> add parameters to it from within your page.
> 
> http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry/Link.html
> 
> 
> Josh
> 
> On 10/18/07, Britske <[EMAIL PROTECTED]> wrote:
>>
>>
>> okay, I like peristent data very much. On the other hand I want to have
>> pages
>> in which several persistent properties are encoded into the querystring
>> (for
>> better bookmarking and other requirements from a user-perspective).
>>
>> so my question is:
>> is there a way to encode / decode certain persistent properties into the
>> querystring? The best would be a way without having to change the
>> onActivate
>> and onPassivate-methods of course...
>>
>> Thanks in advance,
>> Geert-Jan
>> --
>> View this message in context:
>> http://www.nabble.com/how-to-have-persistent-data-in-querystring--tf4646238.html#a13272192
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> --
> TheDailyTube.com. Sign up and get the best new videos on the internet
> delivered fresh to your inbox.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-have-persistent-data-in-querystring--tf4646238.html#a13280217
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to