Martijn Dashorst wrote:

See ApplicationSettings (setStripWicketTag iirc).

And also make sure you have this:
getSettings().configure("deployment");, otherwise (at least for 1.1 b4) the stripWicketTags(true) will be ignored


Martijn


On 9/28/05, *Joshua Lim* <[EMAIL PROTECTED] <mailto:[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





-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to