Re: Validation errors and scope.

2001-09-25 Thread Emmanuel Sciara
But than doesn't it defeat the purpose of the validate() method in the form and complicates the code? Wouldn't it be better to have some sort of or something to allow to show some form fields not as input field but as simple text. This problem must have been discussed already. If you have any r

Validation errors and scope.

2001-09-03 Thread Emmanuel Sciara
Hi,   My question concerns beans in the request scope and what happens to them when validation fails. In fact I know they disappear, and that is my problem. I do not want to use the session scope to store them for the reasons below.   THE CONTEXT   I am on an intranet project where it has bee