Hi Gin,

I understand the reasoning. I have just never ever had any use for this debugging feature.

Oh, well. It is only one line of code ;)

Regards,
   Erik.


--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


Gin Yeah wrote:
-- Wicket tags
This is all time high FAQ :)  Do
getMarkupSettings().setStripWi>cketTags(true) in the init() of your
application class. (I still wonder why it is not the default.)

Don't explicitly turn off wicket tag, unless you have real good reason to.
This setting is automatically determined by the development/deployment
configuration.  When run in 'deployment' mode, wicket tags are stripped.  In
development mode, they are not to help debugging.

You control the development/deployment mode in web.xml:

<init-param>
    <param-name>configuration</param-name>
    <param-value>development or deployment</param-value>
<init-param>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to