Wicket and the wicket:extend?
I am in the midst of developing a wicket application and thus far, to include a panel in a page, I would just write create a template for the panel and put my panel components in the "wicket:panel" tag
Just like this:
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<wicket:panel>
More components in here
</wicket:panel>
</html>
In the PageablesPage example of wicket, they use the "wicket:extend"
I do not ever see the need for such a tag. Stay tuned here, if I figure it out, I will post it.

Comments
Post new comment