ok, thanks for the first hints.

But I guess it is not possible to map these activation-contexts also for
components (i.e. subelements of a Page)? I am having a MainContent component
(which should show main content of a site, most of it static html) and
therefore want to pass such an activation context info also to a component.

a structure like:
http://domain.com/<pageName>/<pageSubcompId>/<paramForActivationContext>




Andy Pahne-6 wrote:
> 
> 
> 
> If I understood your question right, then you are looking for (in T5 
> lingo) "activation context".
> 
> Read more:
>    http://tapestry.formos.com/nightly/tapestry5/guide/pagenav.html esp. 
> the secton "Page Activation"
> 
> If you use an activation context, the url becomes sth like this:
> 
> http://domain.com/Site/show/contact/217
> 
> where "217" is the activation context (some kind of primary key or other
> identifier). easy bookmarkable...
> 
> Andy
> 
> 
> 
> 
> aldana wrote:
>> Hi, 
>>
>> would like to pass information by a link (URL) to a component and its
>> relating Page, e.g. something like:
>>
>> http://domain.com/Site/show/contact
>>
>> This way I adress the Site page, which itself references a Show component
>> which provides a field to which the value 'contact' binds.
>>
>> This is very important to make certain sites possible to bookmark. 
>>
>> How is this doable in Tapestry 5?
>>
>> thnx.
>>
>> -----
>> manuel aldana
>> aldana((at))gmx.de
>> software-engineering blog: http://www.aldana-online.de
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


-----
manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de
-- 
View this message in context: 
http://www.nabble.com/-T5--Passing-values-to-component-%2B-page-by-URL-tp20446970p20451207.html
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