Spring Support
Status: Alpha
Brought to you by:
lkoskela
Hello,
First of all, I want to thank you for this wonderful piece of code.
Then, as I am trying to use it in a Spring context, and as my page requires accessing some Spring beans, I found that there is little support in that direction.
However, is not too difficult though: I just extended your JspImpl class, then I use some reflection to get access to the pageContext field.
I wonder if you could either make this field protected or add a protected getter to it - this will further facilitates the use of your code.