[
https://issues.apache.org/jira/browse/WICKET-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pedro Santos updated WICKET-3415:
---------------------------------
Attachment: WICKET-3415.patch
Request cycle on 1.5 maintain an stack of executions of request handlers, that
is managed by RequestHandlerStack.
the patch:
- add those callback to IRequestCycleListener:
onRequestHandlerResolved
onExceptionRequestHandlerResolved
onRequestHandlerScheduled
- removes RequestHandlerStack from the RequestCycle hierarchy, since is it an
object rather used by the RequestCycle than a parent of.
- add asserting lines in RequestCycleListenerTest to cover the new callbacks
> 1.5 equivalant of protected void
> WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) is mising
> from AbstractRequestCycleListener
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-3415
> URL: https://issues.apache.org/jira/browse/WICKET-3415
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.5-RC1
> Environment: Window XP SP 3, JDK 1.5.0_22, Eclipse 3.6.1, Tomcat
> 5.5.31
> Reporter: Zhubin Salehi
> Attachments: WICKET-3415.patch
>
>
> There is not method equivalent to
> WebRequestCycle.onRequestTargetSet(IRequestTarget requestTarget) in
> AbstractRequestCycleListener.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira