This should be fixed in the current trunk i think

yes getCallbackUrl doesnt escape the markup yet
But the onComponentTag of the AjaxBehaviors should escape it right before it
gets inserted into the attributes markup.



On Sat, Jun 6, 2009 at 20:34, Stefan Lindner <lind...@visionet.de> wrote:

> 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 "&amp;" 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to