Am I correct in my thinking that in an ActionBean that implements ValidationErrorHandler, the error handling routine is not called if ValidationErrors crop up from inside an event handler (that is, after all the "native" Stripes validation code is complete)? If so, is that really the best way for things to work? In my case, I'd sure like to be able to have validation code buried in the low-level implementation under an event handler to be treated pretty much the same as a validation error from an @Validate rule. Having to dive down into business logic twice - once from a validation method and once in the actual event handler - also seems clumsy.
-- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
