I'm contributing a url to the default start page:

public static void
contributeApplicationDefaults(MappedConfiguration<String, Object>
configuration) {
        configuration.add(SymbolConstants.START_PAGE_NAME, "my/page");
}

How can I have a request object to point to my page at this point ?

On Thu, Dec 13, 2012 at 1:42 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Wed, 12 Dec 2012 20:05:51 -0200, Muhammad Gelbana <m.gelb...@gmail.com>
> wrote:
>
>  I think this method<http://tapestry.apache.**
>> org/5.3.6/apidocs/org/apache/**tapestry5/services/**linktransform/**
>> ComponentEventLinkTransformer.**html#**decodeComponentEventRequest(**
>> org.apache.tapestry5.services.**Request)<http://tapestry.apache.org/5.3.6/apidocs/org/apache/tapestry5/services/linktransform/ComponentEventLinkTransformer.html#decodeComponentEventRequest(org.apache.tapestry5.services.Request)>
>> >
>>
>> is the closest to what I need but I don't know how can I provide the
>> appropriate *"Request"* object for it, to generate a *"Link"*.
>>
>
> Just inject it through Tapestryy-IoC.
>
>
> --
> Thiago H. de Paula Figueiredo
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to