oops:

"Add context *is* required"

should be

"Add context *if* required"

On 21/01/11 11:34 AM, Joost Schouten (ml) wrote:
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

Reply via email to