Displaying 1 result from an estimated 1 matches for "item_actual_amount".
2006 Jun 26
2
text_field weirdness?
...#39;, ''actual_amount'' %>
I get, for example, "3600" instead of "36.00".
If I ignore the helper, and just put
<input type="text" value="<%=@item.actual_amount%>" size="5"
name="item[actual_amount]" id="item_actual_amount"/>
I get "36.00", as I would expect.
Can anybody tell me why?
--Al Evans
--
Posted via http://www.ruby-forum.com/.