When using the following scenario, the toValue method in the ValueEncoder
isn't getting updated. The zone surrounding the ajaxFormZone is used to
trigger the the AjaxFormZone as a popup box. This seems to work perfectly
fine in Tapestry 5.3.0.

<t:Zone t:id="formZone">
    <t:Form t:id="form" zone="formZone">
          <t:Select value="sumvalue" model="sumModel" zone="internalZone">
          <t:Zone t:id="internalZone">
                         <t:AjaxFormZone t:id="ajaxFormZone" source="values"
value="sumvalue"  t:encoder="encoder">
                         <t:TextField t:value="sumvalue"/>
                         <t:Submit/>
                </t:AjaxFormZone >
          </t:Zone>
    </t:Form>
</t:Zone>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/5-3-rc-2-ValueEncoder-Bug-tp4958969p4958969.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to