Em Thu, 03 Jul 2008 09:09:26 -0300, Harald Geritzer <[EMAIL PROTECTED]> escreveu:

<a t:type="PageLink" page="portal/pdfreport" context="${reportLinkContext}">Bericht</a>

You shouldn't use expansions when passing parameters to components, because they would be converted into a String before the actual parameter passing.

Try <a t:type="PageLink" page="portal/pdfreport"> context="reportLinkContext">Bericht</a>

Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to