Hello,

I want to overwrite the markup that is generated from tapestry for client side 
validation. To be more detailed, I need to integrate the forms.css of the YAML 
css framework:
http://www.yaml.de/en/dokumentation/css-bausteine/formularbaukasten.html

To use it the right way, it is not enough for me to overwrite the .t-error and 
.t-error-icon styles, but I need to change what markup is generated if there 
is an error.

Also I want to get rid of the popup boxes. The final markup should look like 
this:
---- code ----
<div class="type-text error"> 
                <strong class="message">My error message!</strong> 
                <label for="fieldName">FieldText</label>
                <input type="text" name="fieldName" id="fieldId" size="20"/> 
</div> 
---- code ----


What would you suggest how to accomplish this?

Thanks in advance,

        Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to