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

Clint Popetz commented on WICKET-2090:
--------------------------------------

Could this make it into 1.3.6?  Just curious; I can build local snapshots if 
not.  Also, what's the best corresponding hook for writing the data when the 
response is finished.  I'm currently using WebRequestCycleProcessor.respond(); 
is that appropriate/reliable?



> Need reliable hook for storing/restoring data to/from page metadata that is 
> tes compatbile
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2090
>                 URL: https://issues.apache.org/jira/browse/WICKET-2090
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-RC1
>            Reporter: Clint Popetz
>         Attachments: wicket-2090.txt
>
>
> Requesting a hook to reliable store/restore data to/from page metadata 
> before/after requests that works with WicketTester.  Currently I'm using 
> WebRequestCycleProcessor.resolve() and and respond(), but 
> BaseWicketTester.clickLink() doesn't run processRequestCycle before executing 
> the onClick() handler, so this doesnt' work for testing ajax components.
> Original post:  
> http://www.nabble.com/Proper-hook-for-conversational-state-that-also-works-with-tests-td21876375.html

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

Reply via email to