Which version of T5 are you using? 5.1 should handle this properly.
5.0 does not even have the [ ... ] array syntax.
On Fri, Oct 2, 2009 at 1:37 AM, Gunnar Eketrapp
wrote:
> Can't find the documentaion on how to pass multiple values in the context.
>
> I have seen it somewhere
>
> I need to
Em Fri, 02 Oct 2009 05:37:00 -0300, Gunnar Eketrapp
escreveu:
Can't find the documentaion on how to pass multiple values in the
context.
Just pass an Object[] or a List as the context.
But I does not work for me. I.e. the activate method that takes two
strings does not get kicked.
Use
Hi!
I will try that but dont have the time right now.
I solved it by adding a dash instead of null when a context param
should be null.
E.g. Klick text
/Gunnar
2009/10/2 Olle Hallin :
> What happens if you introduce *public Object[] getPagelinkContext() { ... }*
> and change the template to
What happens if you introduce *public Object[] getPagelinkContext() { ... }*
and change the template to
... ?
Olle Hallin
2009/10/2 Gunnar Eketrapp
> Can't find the documentaion on how to pass multiple values in the context.
>
> I have seen it somewhere
>
> I need to pass two strings where
Can't find the documentaion on how to pass multiple values in the context.
I have seen it somewhere
I need to pass two strings where one of them may be null.
E.g.
Pass two
strings