Hello there, I am currently facing an issue with managing form validation along with proper styling for nested forms. Here's what I'm aiming to achieve: I have a Page that displays Tabs components with four tabs. Each tab represents a separate @Page. The specific page I am working on contains a list of components (ItemListCmp). Each component (referred to as ItemCmp) within the list has its own form. I need these forms to be validated and if they are in an invalid state, I want to modify the styling of the corresponding ItemCmp. Additionally, the ItemListCmp itself has a form that encompasses all the ItemCmp components, and it also needs to be informed when the status of any of the inner forms changes.
Could you provide assistance with this matter or direct me to any relevant resources? Thank you.