Hello Tapestry Users,

Does anyone know how to fraction form error messages:

Example of the expected result:

<form>
<h2>_Personal data_</h2>
<t:errors fields="name,login,email,password"/>
<input t:id="name"/>
<input t:id="login"/>
<input t:id="email"/>
<input t:id="password"/>

<h2>_Adress_</h2>
<t:errors fields="street,streetNumber"/>
<input t:id="street"/>
<input t:id="streetNumber"/>

</form>

Is there something similar in Tapestry (out of the box). If not, are there tools that can help me achieve this result.

Thanks in advance.

--
*Thim Anneessens
*

        
        
        
        

Reply via email to