You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2010/09/07 18:18:35 UTC

[jira] Commented: (WICKET-3035) there's something wrong with wicket's BaseTree (or with ajax support)

    [ https://issues.apache.org/jira/browse/WICKET-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906858#action_12906858 ] 

Peter Ertl commented on WICKET-3035:
------------------------------------

After some investigation I found out that BaseTree writes out the correct 

  org.apache.wicket.markup.html.tree.DefaultTreeState

but on the next request the state is not always updated. Deserialization is eventually picking an old page version (if I named that beast correctly).

Inspect the tree state in the debugger to see for yourself

> there's something wrong with wicket's BaseTree (or with ajax support)
> ---------------------------------------------------------------------
>
>                 Key: WICKET-3035
>                 URL: https://issues.apache.org/jira/browse/WICKET-3035
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M1
>            Reporter: Peter Ertl
>
> try this:
> $ cd wicket-1.5.x/wicket-examples
> $ mvn jetty:run
> point your browser to localhost:8080/
> click 'ajax'
> click 'Tree and TreeTable'
>  --> url = http://localhost:8080/wicket-examples/ajax/tree/simple
> do this in given order:
> click 'expand all' : works
> click 'collapse all' : nothing happens at all
> click on 'rootless mode' : works
> click on 'rootless mode' : nothing happens at all
> click on 'collapse all' : nothing happens at all
> and so on ....

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