List of Any Objects

6
It seems not to be possible to create a custom Java Action with input a list of objects of any type. It is possible to set 'Any Object' as input type, but not a List of 'Any Object'. Why!?
asked
2 answers
5

Good question.

I'd suggest firing a feature request in mxdn. As a (temporary) workaround you could always let all your objects inherit from an empty object and setup the java action to accept a list of those objects ;)

answered
0

Hi Achiel,

thanks man, I didn't think of inheritance. This works like a charm!

It would however be great to be able to have a list of 'Any Objects'.

answered