Displaying 1 result from an estimated 1 matches for "stat_height_ft".
2006 Aug 12
6
params not getting POSTed
I have a situation where no params are being sent when the form is
submitted.
After the rendering this is the html that I get...
<form action="/stats/new" method="post">
Height: <input id="stat_height_ft" name="stat[height_ft]" size="5"
type="text" />ft </p>
Weight: <input id="stat_weight_lbs" name="stat[weight_lbs]" size="5"
type="text" />lbs </p>
<input name="commit" type="submi...