Struts 2 Select Tag Question

2011-07-01 Thread davidZaz3
I have a List of business objects which have some read-only attributes. For example, let's suppose that we have a list of employee objects. The employee object has a status field. The available statuses are 'Active', 'Fired', and 'On Leave'. Only supervisors may ever select the 'Fired' option.

Struts 2 Interceptor Question

2011-04-22 Thread davidZaz3
Can a Struts 2 interceptor change/add a request or session parameter? I'm trying to write a Struts 2 Exception Handler which is executed whenever there is an uncaught exception. To do that, I plan to use a custom interceptor based on the existing Struts 2 ExceptionMappingInterceptor. My custom