I discovered (by pure luck) that the following "validators" binding was
causing the problem:
When I removed the "validators" binding, everything works. Is Dojo's
client-side validation incapable of handling elements?
Thanks,
Matt
mraible wrote:
I've got a new (and very strange) issue with client-side validation. When I
click on a submit button in a form, I get a blank popup with no messages in
it. If I disable JavaScript, the form submits without any validation errors.
Any idea why there's a popup when no validation errors exist?
Thank
Just the snapshot - release was scheduled for 15-20 Aug but 1-2 more weeks
are still needed.
On 8/27/07, mraible <[EMAIL PROTECTED]> wrote:
>
>
> Is there a released version of Tacos that supports 4.1.x? I only see a
> 4.1.0-SNAPSHOT.
>
> Thanks,
>
> Matt
>
>
> andyhot wrote:
> >
> > Css is suppos
Is there a released version of Tacos that supports 4.1.x? I only see a
4.1.0-SNAPSHOT.
Thanks,
Matt
andyhot wrote:
>
> Css is supposed to be auto-included only for the exception page
>
> Regarding toaster - it's really cool... If you get tacos [1]
> you use the dojo:Widget component [2] by:
Css is supposed to be auto-included only for the exception page
Regarding toaster - it's really cool... If you get tacos [1]
you use the dojo:Widget component [2] by:
and then, in an ajax listener:
cycle.getResponseBuilder().addStatusMessage(null, "info", "My custom status
message");
[1]
The style related css stuff you want might be helped by looking here:
http://tapestry.apache.org/tapestry4.1/usersguide/clientside-validation.html
(i thought that Andy had made the css style for that stuff inlined
automatically though, maybe there is some other weird collision
happening)
For cu