Has anyone successfully used google website optimizer (multivariate tests) with Wicket?

Believe it or not, GWO requires you to modify your html with an unbalanced HTML tag. Conditional content that is altered during multivariate testing is terminated with a </noscript> tag (presumably GWO javascript inserts a <noscript> tag into the document at runtime to make the HTML legal):

http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en_us&answer=64418

Anyway, Wicket's parser chokes on the malformed HTML. Can anyone think of a workaround?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to