InfoTable cascade - null
Hi,

I'm facing a problem with an InfoTable parameter in my Java Extension.
My service has an InfoTable parameter, which it self contains an InfoTable, in the picture on the right:
configuration (InfoTable) --> QueryTypes (InfoTable), ServerLocation(String),...
I wired a result InfoTable to configuration.QueryTypes. When I try to access the given parameter in my service the InfoTable is null. The code looks like this:
ValueCollection row = configuration.getFirstRow();
InfoTable it = (InfoTable) row.getValue("QueryTypes");
'it' is null!
I also added an extra parameter 'queryTypes' (InfoTable) and wired the same result InfoTable to it like before. In this case with no cascading InfoTables 'queryTypes' is not null, like I expected.
Has anybody an idea to explain this behaviour?
Thanks,
Keijo

