Hi,
In my controller I do something like this
What is the annotation way to do something similar?Code:final String someValue = (String) session.getServletContext().getAttribute( "someValue");
Thanks,
Josh
Hi,
In my controller I do something like this
What is the annotation way to do something similar?Code:final String someValue = (String) session.getServletContext().getAttribute( "someValue");
Thanks,
Josh