search for: stat_weight_lbs

Displaying 1 result from an estimated 1 matches for "stat_weight_lbs".

2006 Aug 12
6
params not getting POSTed
...d. 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="submit" value="Save" /> </form> Why would this result in a GET not a POST and no params being sent? -- Posted via http://www...