Thanks, but this won't work for me, cause Im using the portletbridge which 
creates a RenderUrl for pagelinks instead of ActionUrls.

>             
> -------- Original-Nachricht --------
> Datum: Fri, 21 Jan 2011 11:34:54 +0100
> Von: "Joost Schouten (ml)" <joost...@jsportal.com>
> An: Tapestry users <users@tapestry.apache.org>
> Betreff: Re: Create a component event link for another page
> 
>             You can create a normal pagelink with PageRenderLinkSource 
> and 
> manually add the event name. Like so:
> 
> Link link = 
> pageRenderLinkSource.createPageRenderLink(YourOtherPage.class);
> return link.toRedirectURI() + ":yourEventName";
> 
> Add context is required
> return link.toRedirectURI() + ":yourEventName/contextValue";
> 
> There might be a service for it somewhere but not much that can go wrong 
> here ;-)
> 
> Cheers,
> Joost
> 
> On 21/01/11 11:22 AM, Markus Feindler wrote:
> > No, I do not want to send a redirect in my Event Link to a different 
> page.
> > I want to create an Event Link on Page1, which is handled directly /
> > triggers the event in Page2.
> >
> >>
> >> -------- Original-Nachricht --------
> >> Datum: Fri, 21 Jan 2011 11:12:18 +0100
> >> Von: Alberto Almagro<albertoalma...@gmail.com>
> >> An: Tapestry users<users@tapestry.apache.org>
> >> Betreff: Re: Create a component event link for another page
> >>
> >>              Maybe this can help?
> >>
> >>
> >> 
> http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/eventlinks
> >>
> >> Alberto
> >>
> >> 2011/1/21 Markus Feindler<markus.feind...@gmx.de>:
> >>> Hi,
> >>>
> >>> how to create a Component Event Link for a different page?
> >>>
> >>> This is not a suitable solution for my problem:
> >>> http://www.mail-archive.com/users@tapestry.apache.org/msg36825.html
> >>>
> >>> Best Regards
> >>> Markus
> >>>
> >>>
> >>> --
> >>> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
> >>> gratis Handy-Flat! http://portal.gmx.net/de/go/dsl
> >>>
> >> ---------------------------------------------------------------------
> >> 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
> 
> 
        
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to