Hi, Hope someone can help me with this - I've got rather stuck. I'm using Struts 1 and iterating the error collection: <html:messages id="error"> <li><a href="#"><bean:write name="error" /></a></li> </html:messages> For accesibility reasons I need to be able to put a jump to the field from the href. I could save a lot of pain if I could access the field name associated with the error message which I guess is there somewhere. Can I get to it?