OK, the issue was because of the URL mapping for the servlet filter.
By applying the filter only to the specific URL, I was able to access the model data just by using...
Type: Posts; User: jay_s; Keyword(s):
OK, the issue was because of the URL mapping for the servlet filter.
By applying the filter only to the specific URL, I was able to access the model data just by using...
Hello All,
Is there a way to access a data model set in the spring mvc controller using a servlet filter?
For example:
------------
If i have a data model "testObject" defined in a spring...