Back in 2002, there was a serie of JavaWorld articles on mixing protocols transparently. The code contained a nice little set of tags that made JSPs really tidy (to my point of view). These Tags were struts specific.
Cf http://www.javaworld.com/javaworld/j...-struts_p.html
I would like something similar that works with Spring.
I've looked at AppFuse but it only uses the SecureTag, which is nice, but I would also like to avoid having to load the page to trigger the redirect.
Any idea? If I try to implement them, would that be an interesting enhancement?


