I'm tryiing  to access a nested object that looks like this:

where $data->{body}->{workflow} looks like this

$VAR1 = bless( {
                 .....
                 'TascDatabaseVersion' => bless( {
                                                   'biVersionId' => '8',
                                                   'vchDescription' => 'Not
Applicable to this step or unknown',
                                                   'vchName' => 'N/A'
                                                 },
'Tasc::Database::Version' )
                 ....
});

<td>[% body.workflow.TascDatabaseVersion.vchName %]</td>

but I can't seem to access the vchName property.....is there a special trick
with nested objects/methods?  I even tried with an accessor method name
which returns vchName but still no luck
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to