值'core.apexpages.el.adapters.RuntimeTypeMetadataELAdapter@12230cc5'不是有效数字

时间:2015-06-15 11:56:23

标签: salesforce visualforce apex

我在visualForce中重复地图时遇到以下错误。

来源:

<apex:repeat value="{!stopLists}" var="stop">


<apex:repeat value="{!mapStop[stop.id]}" var="frightValue"> 

  <tr>


      <td > {!frightValue.Packaging_App__c}  </td>


      <td > {!frightValue.Quantity_App__c}  </td>


      <td > {!frightValue.Total_Weight_App__c} (lbs)</td>


      <td > {!frightValue.Length_App__c} L   {!frightValue.Width_App__c}W    {!frightValue.Height_App__c} H(in) </td>


      <td > {!frightValue.Freight_Class_App__c} </td>




      </tr>


 </apex:repeat>   
</apex:repeat>

=============================================== ===

错误:(销售人员)

  

值'core.apexpages.el.adapters.RuntimeTypeMetadataELAdapter@12230cc5'不是有效数字

1 个答案:

答案 0 :(得分:0)

尝试在第一次重复时更改var="stop"属性。为了更好的衡量标准,还要更改var="frightValue"。我已经看到使用系统关键字的references因为vars导致了问题。