Have you come up with workable code? I'm about to do what you have just done with freemarker.
Thanks again igor (you always seem to be able to fix any problems I'm having getting to grasps with wicket)
I've now got a basic IResponseFilter running that will stick data into freemarker tags.
At the moment though I'm creating a HashMap of values to put into freemarker directly in the Filter (just for testing purposes), whereas I really want to create a HashMap in the page I'm currently generating and either pass, or make it available to the filter, but I can't think how I would do that.
So, how to I get data from the Page Class I have to the IResponseFilter? All the examples I could find, just use data directly available from the FilterClass (like system time).
Thanks again,
Andrew