Forgot to mention that the PageRenderLinkSource is not part of T5.0.18, It
was introduced later.
- Ville
Ville Virtanen wrote:
>
> Hi,
>
> Two solutions:
>
> 1. Use PageLink in tml. (And supply the context to it from the java class)
>
> 2. Use PageRenderLinkSource (return
> PageRenderLinkS
Hi,
Two solutions:
1. Use PageLink in tml. (And supply the context to it from the java class)
2. Use PageRenderLinkSource (return
PageRenderLinkSource.createPageRenderLinkWithContext(WriteMsg.class,
Object... context);)
Neither requires injected page.
- Ville
Angelo Chen wrote:
>
> Hi,
>