<wicket:region name="remove">
This is something that will be removed at runtime.
</wicket>This gives:
Caused by: java.text.ParseException: No valid wicket tag name found: 'wicket'. Must be like <wicket:param ...
at wicket.markup.MarkupParser.parseTagText(MarkupParser.java:818)
Furthermore, I noticed that every HTML tag that is not a ComponentWicketTag is still created as a ComponentTag. Shouldn't tags like <html> etc, ie all tags that that not have either wicket id's or are of form <wicket:x... be of type RawMarkup?
Regards,
Eelco
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
