4.nabble.com/Include-wicket-into-jsp-page-tp3793485p3795832.html
Sent from the Users forum mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
Few years back I also had to do this exercise. But we just started
removing JSP pages and replacing them with Wicket based ones.
So we just had to generate proper links in both directions.
Another approach which is similar to what you do is described at
http://herebebeasties.com/2007-03-01/jsp-and
Hello!
We're slowly migrating a big legacy jsp application into wicket and I'm
evaluating the ways incorporate wicket components into existing jsp pages.
Right now I'm trying to figure out how to include a wicket component through
tag. As I've spent some time debugging I think that's what's
going