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

Martin Grigorov commented on WICKET-5731:
-----------------------------------------

'transient' fields are not (de)serialized.

*But*: the used pages from the last request cycle are stored in first level 
cache (the http session) as *live* instances (unless session replication is in 
place) !
Only when the pages are loaded from the second (application-scoped and 
deactivated by default) and third (the disk) they are deserialized.

See http://wicket.apache.org/guide/guide/internals.html#pagestoring

> Using "Submit" button in Ajax DropDownChoice example leads to broken HTML page
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-5731
>                 URL: https://issues.apache.org/jira/browse/WICKET-5731
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 7.0.0-M3, 6.17.0
>            Reporter: Martin Grigorov
>            Assignee: Andrea Del Bene
>             Fix For: 6.18.0, 7.0.0-M4
>
>         Attachments: WICKET-5731-autocomponent-disappears-tree.mp4, 
> WICKET-5731-autocomponent-disappears.mp4
>
>
> Using "Submit" button in Ajax DropDownChoice example leads to broken HTML 
> page because style.css is not contributed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to