Hi. First time post.

I have just finished a 300-400 page app and ran Buddy against for 
508c. I used implicit labels and need to do explicit ones.  I'm using 
nested tags for most of my form elements.  I need a nested label but 
do not find anything that will work.  Thanks in advance for your help.

example:

Currently coded like this

<html:form action="/someaction">
  <nested:nest property=persongroup>

.......

    <td>First Name: <nested:text property=person.firstname><td>

.......

  </nested:nest>
</html>

Needs to be like this

<html:form action="/someaction">
  <nested:nest property=persongroup>

.......

    <td><Label for="persongroup.person.firstname">First Name:</Label> 
<nested:text property=person.firstname><td>

.......

  </nested:nest>
</html>





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

Reply via email to