After update beta5 from beta3, tapestry throw a excetpiton :
--------------------------------------------------------------------
Unable to read OGNL expression '<parsed OGNL expression>' of
[EMAIL PROTECTED]/MPackageList]: $MPackagePage_269.tr

context:/WEB-INF/model/MPackageList.page, line 13, column 39
8 <inject property="packageService" object="spring:mPackageService"/> 
9 
10 <component id="list" type="Foreach"> 
11 <binding name="source" value="nestingPackage.nestedPackage"/> 
12 <binding name="value" value="mPackage"/> 
13 <binding name="element" value="tr"/> 
14 </component> 

---------------------------------------------------------------------

If move code of page into html,but throw nothing, application is ok.
<tr jwcid="@Foreach" source="ognl:nestingPackage.nestedPackage"
                value="ognl:mPackage" element="tr">

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

Reply via email to