|
From: Andreas S. <an...@sc...> - 2005-09-01 13:46:46
|
Colin Sampaleanu wrote: > InternalResourceView just does a RequestDispatcher.forward (or include > in some cases). This is exactly how you are suppose to get to the JSP > engine. There is no 'more effiicient' or direct mechanism. The problem with .forward() is that you can't set any page scoped attributes. IMHO, using request attributes for exposing the model attributes is not ideal, as request attributes are inherited to further included resources. But since there does not seem to be an alternative, of course the discussion is useless. I just wanted to check for alternatives. Thanks anyway! Regards, Andreas |