alternatively use <wicket:container
wicket:id="foo">foo</wicket:container>, it does the same as
setrenderbodyonly(true)

-igor

On Tue, May 18, 2010 at 5:57 PM, Don Ferguson <don.fergu...@gmail.com> wrote:
> Ah Ha!
>
> I knew about setEscapeModelStrings(false), but didn't know about
> setRenderBodyOnly(true).
>
>
> On May 18, 2010, at 5:26 PM, Igor Vaynberg wrote:
>
>> you can always output the </noscript> tag dynamically using a label.
>>
>> -igor
>>
>> On Tue, May 18, 2010 at 5:11 PM, Don Ferguson <don.fergu...@gmail.com>
>> wrote:
>>>
>>> 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
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to