Hello, I have been puzzled by this problem for a while.
I inherited a Struts application which regularly sets collections as request attributes and accesses them in jsps. I tried to add Validation to this app using Validator framework and let the jsp be reloaded if something goes wrong. Two things I can't figure out how to handle are: 1. I can only set one jsp for the input property of action mapping and I don't want to use an action here. 2. The request scope attribute is lost after reloading. Do I have to change the scope to session for all of them? Thank you and any help is very much appreciated! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]