> The wicket website states at the end of the first paragraph "... written
> with plain Java and HTML". IIRC, the <wicket:...> tags do not belong to
> "plain HTML".

Maybe we should change that section. But it is all valid namespaced
XHMTL (which I guess JSF is as well). The main reason for having
<wicket:...> tags is that we felt it was appropriate to mark regions,
and in the case of <wicket:message> things that don't have a direct
user-added Java counter part. We felt that if we would use wicket:xx
attribute for everything (which we considered two years ago), it would
be much harder to read the templates.

Stripping of the wicket tags is done when in deployment mode, or you
can do getMarkupSettings().setStripWicketTags(true);

Eelco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to