In current wicket 1.4 trunk a call to
AbstractAjaxBehavior.getCallbackUrl
Returns something like
wicketAjaxGet('?wicket:interface=:0:comp1:comp2::IActivePageBehaviorList
ener:1:&wicket:ignoreIfNotActive=true'); };
The Firefox html validator plugins don't accept this as correct urls.
They tell me
"cannot generate system identifier for general enttiy
wicket:ignoreIfNotActive"
And tell me to replace the "&" by "&" but this breaks
wicketAjaxGet's functionality.
Is there any trick to get this fixed (besides the option not to use
strict html).
Stefan.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]