You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Vincent Demay (JIRA)" <ji...@apache.org> on 2007/03/22 17:21:32 UTC

[jira] Commented: (WICKET-394) [Patch] do not serialize choices and select in palette.

    [ https://issues.apache.org/jira/browse/WICKET-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483204 ] 

Vincent Demay commented on WICKET-394:
--------------------------------------

Well, Problem is wicket:serialize-ajax do not work in non-debug mode because wicket namespace is removed. On the other hand, putting a non html tag such as serialize-ajax="false" make Xhtml failed.

So the best to do, I think is generated a js table of elements that do not need to be serialized in ajax-serialization so the patch to do that is the 2 last files I added to this bug.

WDYT?

> [Patch] do not serialize choices and select in palette. 
> --------------------------------------------------------
>
>                 Key: WICKET-394
>                 URL: https://issues.apache.org/jira/browse/WICKET-394
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>            Priority: Minor
>         Attachments: AbstractOptions.java.394.patch.txt, palette.component.394.txt, wicket-ajax.js.394.patch.txt, wicket-ajax.js.394.txt
>
>
> It takes a long useless time 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.