when I have wicket component tags inside a wicket:remove tag, the wicket
complains as error:
Markup remove regions must not contain Wicket component tags

e.g.
<wicket:remove>
  test
</wicket:remove>

is there any configuration that allows the wicket to just accept any kind of
"content" in the wicket:remove ? i.e. it can allow wicket component tags
just ignore them when parsed by wicket

we want this because we think that the content inside wicket:remove should
have no processing logic at all, just for preview purpose, and so we want it
to accept any kinds of tag inside.
-- 
View this message in context: 
http://www.nabble.com/%3Cwicket%3Aremove-%3E-does-not-allow-wicket-component-tags-tf3993569.html#a11340437
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to