[jira] Updated: (WICKET-1658) WicketTester#clickLink doesn't update lastRenderedPage

2008-05-25 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko updated WICKET-1658:


Attachment: wicket-1658.tar.gz

Please find attached testcase.

> WicketTester#clickLink doesn't update lastRenderedPage
> --
>
> Key: WICKET-1658
> URL: https://issues.apache.org/jira/browse/WICKET-1658
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.4-M1
>Reporter: Marat Radchenko
>Assignee: Frank Bille Jensen
> Attachments: wicket-1658.tar.gz
>
>
> If clickLink is used on a link that calls setResponsePage then that page 
> doesn't appear in WicketTester's lastRenderedPage.

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



[jira] Updated: (WICKET-1658) WicketTester#clickLink doesn't update lastRenderedPage

2008-05-23 Thread Marat Radchenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marat Radchenko updated WICKET-1658:


Description: If clickLink is used on a link that calls setResponsePage then 
that page doesn't appear in WicketTester's lastRenderedPage.  (was: If 
clickLink is used on a link that calls setResponsePage then that page doesn't 
appear in WicketTester's lastRenderedPage.

To fix the problem simply call postProcessRequestCycle(requestCycle) between 
target.respond(requestCycle) and requestCycle.detach())

> WicketTester#clickLink doesn't update lastRenderedPage
> --
>
> Key: WICKET-1658
> URL: https://issues.apache.org/jira/browse/WICKET-1658
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.4-M1
>Reporter: Marat Radchenko
>
> If clickLink is used on a link that calls setResponsePage then that page 
> doesn't appear in WicketTester's lastRenderedPage.

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