You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by George Christman <gc...@cardaddy.com> on 2011/11/02 19:38:41 UTC

5.3-rc-2 ValueEncoder Bug

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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 5.3-rc-2 ValueEncoder Bug

Posted by George Christman <gc...@cardaddy.com>.
Does anybody know what is happening here?

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

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