See ApplicationSettings (setStripWicketTag iirc).

Martijn


On 9/28/05, Joshua Lim <[EMAIL PROTECTED]> wrote:
Hi I am using wicket for a simple app.
but I have a few constraints because the web page is to be displayed on a i-mode phone. which has a browser that understands a sub-set of HTML.
so it does not understand "wicket:id" in a tag, does not understand <span>, does not allow </li> etc...and no _javascript_

I was able to generate most of what is needed using wicket and setRenderBody(true) to remove most of the wicket:id.
However, can't seem to remove wicket:id on a Link component....

any suggestions please?
thanks
Josh

Reply via email to