Subject: | Rose::HTML::Form missing parent form name in nested RadioGroup |
I have a attached a test case. I have two forms, one nested inside of
the other. In a radio group field of the nested form, the names of the
radio inputs don't reflect the nesting level. In this html produced
from my attached testcase, the "bar3" radio group was part of "subform",
but is not reflected in the output of $field->html. The "bar1" and
"bar2" elements do show the nesting.
<label>Foo 1</label>
<input name="foo1" size="15" type="text" value="">
<label>Foo 2</label>
<input name="foo2" size="15" type="text" value="">
<label>Bar 1</label>
<input name="subform.bar1" size="15" type="text" value="">
<label>Bar 2</label>
<input name="subform.bar2" size="15" type="text" value="">
<label>Bar 3</label>
<input name="bar3" type="radio" value="Yes"> <label>Yes</label><br>
<input name="bar3" type="radio" value="No"> <label>No</label>
Thanks!
Dan Koch
Subject: | nested_form_testcase.tar.gz |
Message body not shown because it is not plain text.