Error_messages_for in 1 to many

Hi,

I’m currently developing a form for an object and its associated objects
(1 to many).

With the function error_messages_for I can display the errors of the
object and if the associate objects have errors. Unfortunately
error_messages_for does identify which associate object has the errors.
Is there a work around for error_messages_for?

Thanks.