Ok, First step solved (or almost)...

now I have a bunch of radio buttons and checkboxes indexed on my page...
My question is, can I use the Validator xml to validate required fields on my page? 
all my radio grouping should be selected before submiting the form... Does 
Validator.xml already understands the <nested> tags?

Below is a snipet of my code, where there should be javascript to validate all my 
radio. I don't know how many items, tests or answers I'll end up with for a specific 
page...

Thanks again
Marcelo.


<input type="radio" name="item[0].test[0].answer[0].radio" value="oK">
<input type="radio" name="item[0].test[0].answer[0].radio" value="nOK">

...

<input type="radio" name="item[1].test[3].answer[5].radio value="ok">
<input type="radio" name="item[1].test[3].answer[5].radio value="nOK">



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to