I have a page that has a couple of ActivationRequestParameters, as
well as an activation context. How can I generate a link for this
page? It's a page that generates an RSS feed, so I need to include the
URL in a <link rel="alternate" type="application/rss+xml"
href="${rssURL}"/>

Previously it only had an activation context, so I could generate it
with pageRenderLinkSource.createPageRenderLinkWithContext(RSS.class,
context).toURI(), but I'm not sure to do it now that it includes an
ActivationRequestParameter.

Thanks,
Donny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to