As per my understanding, you have to set context value again into your action/controller class after modify the response parameter. Like below:[indent] context.getResponse().setDateHeader("Last-Modified", System.currentTimeMillis());this.setRequestContext(context);[/indent]-HTH