Héctor López <[email protected]> skrev den 25-03-2009 11:38:13:
> It depends on lots of things: what PopulationStrategy are you using,

Haven't set any, so I guess I'm using the default?

> how does your JSP look like, 

Just a plain JSP with a stripes-form tag that refers to an action bean.

> whether you are using a custom error 
> handler or the sourcePage parameter is being used, 

Both. I have some validation annotations and also implement 
ValidationErrorHandler. I also have a method marked 
@ValidationMethod(when=ValidationState.ALWAYS) for the event in question.

> whether you are 
> using a redirect in between or not? Can you show us some of your code?

The resolution returned is of class ForwardResolution.

I could send some code, but it's really rather huge and has quite a few 
dependencies.
 
> Something like the following works as you expect:

*SNIP*

Except that you example only has one field, which is not enough to exhibit 
the problem where one field is valid and another is not.

I'll try to dig into a TRACE log to see if any hint is to be found there.

Thanks,

-dennis
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to