Hi, I am trying to implement error handling where, in case of runtime/nonrecoverable exception, the application forwards the client to simple jsp page. If bean is present in request, jsp page contains <stripes:errors globalErrorsOnly="true"/>
To create error, I used LocalizableError class. It appears, that the first two parameters are reserved by stripes for position and field name? I am ok with starting my own parameters at position 2 but it's not obvious what's going on without digging through stripes code.I am thinking that maybe using LocalizableError class in this scenario (hanlding localized, non validation error) is not the best idea. Any comments? Thanks Leonard ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
