$!method
$!method.getInstance()
will return null if the toString return's null.


Quick work around:
#if($method.getInstance())$method.getInstance#end

Actually a better work around is $!method.toString()
$!method.getInstance().toString()

it has been added as bug #35043


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

Reply via email to