[T4] e-mail validation combined with event listeners

2008-08-27 Thread Nils Preusker
Hi all, I'm trying to create the following feature with Tapestry 4.1.5: I want to check an input text field on the fly, while a user is typing. I'm using an ajax call (with the @EnventHandler annotation) to check the input string in the background without reloading the page. The event handler meth

Re: [T4] simple types and client side validation /overriding validation profiles

2008-07-16 Thread Nils Preusker
Hi all, as a quick follow up on the client side validation issue in T 4.1.1 I posted earlier, I've just upgraded to T 4.1.5, which seems to have solved the problem. Nils On Mon, Jul 14, 2008 at 3:17 PM, Nils Preusker <[EMAIL PROTECTED]> wrote: > Hi all, I ran into a strange probl

[T4] simple types and client side validation /overriding validation profiles

2008-07-14 Thread Nils Preusker
Hi all, I ran into a strange problem with client side validation in tapestry 4.1.1. When I use the number translator and enable client side validation in a form with an integer value and I enter a value larger than 999, I get the error message "SomeInt must be a numeric value.". After some debuggin

Re: specify background color of "dialogUnderlay" div

2008-07-14 Thread Nils Preusker
; 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 wo

specify background color of "dialogUnderlay" div

2008-07-10 Thread Nils Preusker
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