please see http://wicket.apache.org/apidocs/1.4/org/apache/wicket/settings/IMarkupSettings.html#setStripWicketTags(boolean) on how to remove all wicket:id attributes and <wicket:xx> tags from output
On Thu, Apr 14, 2011 at 6:21 PM, jcgarciam <[email protected]> wrote: > When running the application in production Mode, those are removed. > > On Tue, Apr 12, 2011 at 2:26 PM, YK [via Apache Wicket] < > [email protected]> wrote: > >> It's rather a suggestion and a question about whether it's easy feasible : >> >> wicket uses markup like wicket:id="blablabla" >> >> Is it better to redefine markup as follows : id="wicket:blablabla" ? >> The first word of the id value would wicket by default and can be changed >> (configuration) >> >> This way, we can change it to another name so that the rendered html >> doesn't contain >> "wicket" word. This can avoid easily identifying the technology used to >> build web site and prevents >> hackers to harm it... >> >> Thanks >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> >> http://apache-wicket.1842946.n4.nabble.com/Wicket-Markup-questions-to-wicket-developers-tp3445224p3445224.html >> To start a new topic under Apache Wicket, email >> [email protected] >> To unsubscribe from Apache Wicket, click >> here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. >> >> > > > > -- > Sincerely, > JC (http://www.linkedin.com/in/jcgarciam) > --Anyone who has never made a mistake has never tried anything new.-- > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Markup-questions-to-wicket-developers-tp3445224p3450094.html > Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com.
