I am having an arguement with a co-worker here and here is how it goes. We have a JSP which has about 100 input fields. These fields have custom validators on them. When we try to run the JSP, it throws an exception something to the tune of "Maximum try/catch size reached" or something like that. He says that this is because of the validations and when we remove the validations, everything is fine.
I say that the validation framework has absolutely nothing to do with the JSP's. It deals with the struts forms exclusively. So, the exception could not have been because of the validators. He says that when the JSP is compiled to a servlet, all the validation code is added to the compiled version of the JSP, something I do not agree with. Any inputs? Thanks, Harsh. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]