Thanks Andreas for the hint. I tried it but it doesn't work. This is because
the style is hard coded in the div, so it can't be overwritten with a more
specific css rule. I was hoping tapestry would offer some kind of
configuration for client side validation (a config file or a mechanism to
pass parameters at initialization). If this isn't the case, I guess the only
way to change the background color is to modify it in the tapestry source
code. Maybe someone can cofirm this?

Cheers, Nils

On Sat, Jul 12, 2008 at 12:11 AM, Andreas Andreou <[EMAIL PROTECTED]>
wrote:

> Adding a more specific css rule than dojo does will help you
> override the color... so, try something like
>
> div.dialogUnderlay {  ...  }
>
> On Thu, Jul 10, 2008 at 10:35 AM, Nils Preusker
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm working with Tapestry 4.1.1 and I'm using client side validation. Is
> it
> > possible to specify the background color of the "dialogUnderlay" div
> > somewhere?
> >
> > Kind regards, Nils
> >
>
>
>
> --
> Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to