その後、 1.5 では発生しなかった問題1.7から速度エンジンにアップグレードします。1.5問題を説明するには、コード スニペットを表示する必要があります。
#foreach($someVariable in $someCollection)
#foreach($anotherVariable in $someVariable.$anotherCollection)
$anotherVariable.someAttribute ## This expression print in the browser as is
## but if I do this way
$anotherVariable.get("someAttribute") ## works fine!
#end
#end
これはアップグレード ( にある) の後に発生して1.7おり、アップグレードをロールバックする ( に戻る1.5) 場合は、上記のコード スニペットで言及した他の方法で行う必要はありません。