AJAX tags & IE 7

2007-07-05 Thread Daniel Henry
I have noticed that my Ajax tags work in every browser except for IE 7, which is obviously a problem. Anybody else having this problem? I noticed that this issue was noted as fixed for version 2.1 - any idea when that might be available - or at least the fix? --

Re: how I can I have validation skip for the first page load?

2007-05-16 Thread Daniel Henry
Dave Newton wrote: --- Daniel Henry <[EMAIL PROTECTED]> wrote: I would like to allow my forms to load once before being validated. That is the form should only be validated upon submission, not on load. The way that I'm accomplishing this right now is by creating a separate

how I can I have validation skip for the first page load?

2007-05-16 Thread Daniel Henry
Hello, I would like to allow my forms to load once before being validated. That is the form should only be validated upon submission, not on load. The way that I'm accomplishing this right now is by creating a separate action to load the form, however this is starting to clutter up the stru