I guess the problem is you have to parse the html again to escape urls and the rest. They are different, aren't they?
Juergen ps: on component level the transformers can be used as well. On 1/26/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > wicket.IResponseFilter ? > > Eelco > > > On 1/25/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Isn't that postprocessor thing Johan coded not something that can be > > used? I forgot what it is called... > > > > Eelco > > > > > > On 1/25/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > > the requestcycleprocessor has a requestcodingstrategy. But be aware it > > > will cover on wicket generated hrefs and src. > > > > > > Juergen > > > > > > On 1/26/06, Jim McLaughlin <[EMAIL PROTECTED]> wrote: > > > > Unfortunately no. Rico's xml envelop wraps the html returned by wicket > > > > and then looks up the appropriate dom element and does a replace with > > > > innerHTML. If I could just call Strings.escapeMarkup on the rendered > > > > response, that would be sufficient. Where would be the best place to do > > > > that? > > > > > > > > thx, > > > > > > > > jim > > > > > > > > > > > > > > > > Juergen Donnerstag wrote: > > > > > CDATA is no option? > > > > > > > > > > Juergen > > > > > > > > > > On 1/25/06, Jim McLaughlin <[EMAIL PROTECTED]> wrote: > > > > > > > > > >>Hi, > > > > >>I have a custom ComponentRequestTarget for wrapping response in the > > > > >>envelope rico expects. I need to escape the markup generated by > > > > >>wicket, > > > > >>especially the hrefs, or the browser's (ff 1.5) xml parser barfs. > > > > >>Where > > > > >>would I do this? > > > > >> > > > > >>thx, > > > > >>jim > > > > >> > > > > >> > > > > >> > > > > >>------------------------------------------------------- > > > > >>This SF.net email is sponsored by: Splunk Inc. Do you grep through > > > > >>log files > > > > >>for problems? Stop! Download the new AJAX search engine that makes > > > > >>searching your log files as easy as surfing the web. DOWNLOAD > > > > >>SPLUNK! > > > > >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > > > >>_______________________________________________ > > > > >>Wicket-user mailing list > > > > >>[email protected] > > > > >>https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > >> > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through > > > > > log files > > > > > for problems? Stop! Download the new AJAX search engine that makes > > > > > searching your log files as easy as surfing the web. DOWNLOAD > > > > > SPLUNK! > > > > > http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642 > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > > files > > > > for problems? Stop! Download the new AJAX search engine that makes > > > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > > > _______________________________________________ > > > > Wicket-user mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files > > > for problems? Stop! Download the new AJAX search engine that makes > > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
