Dylan Stamat wrote:

Thanks for your comments everybody.... I fiiiiiinally found the answer :)

I'm still using the DynaValidatorForm, and basically just had to do what Laurie recommended in her 2nd point. I just need to check for messages on the JSP page using the messagesPresent logic tag... ie:

<logic:messagesPresent>
<script> setTimeout('self.scrollBy(0,500)', 300);
</script>
</logic:messagesPresent>
I guess that'll work if they have JavaScript turned on.

Gives me the willies, though, and I still think that doing validation manually is a better answer all around.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to