Try overriding the img.t-error-icon rule in your css.

Sample:
img.t-error-icon{

margin-left: 0;
width: 0;
height: 0;
background: none;

}

The background: none; line would get rid of the image, but you would still
have some white space, so i added the other rules

On Sat, Aug 20, 2011 at 4:20 AM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Fri, 19 Aug 2011 19:33:47 -0300, leothelion <okram...@hotmail.com>
> wrote:
>
>  Hi all,
>>
>
> Hi!
>
>
>  I want to disable the red cross from the field validator and keep all
>> other stuff.
>> Does anyone know how to do so?
>> By the way, I am using Tapestry 5.2.5
>>
>
> I've never tried it, but I'm almost sure you can do that by adding some CSS
> to override this.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to