dropdown values getting lost in validation

2008-02-27 Thread John Menke
it seems my dropdown collections on my bean are not getting repopulated when i use the validator interceptor. What is the best practice for repopulating dropdowns? Where should this logic be placed?

Passing data to Global Error Page

2008-02-20 Thread John Menke
I need to pass data to my global error page I am attempting to setup a global error action instead of a jsp page as i want to post a message stored in my db on the error page. The action will grab data from the db and forward to jsp I am trying: errorHandlerAction