[
https://issues.apache.org/jira/browse/WICKET-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-2928.
-------------------------------------
Resolution: Won't Fix
Wicket wont provide stateless Ajax components/behaviors because those do not
support natural workflows in Wicket like:
- show a Page
- execute some stateless Ajax behavior that replaces a component in that page
- execute another stateless Ajax behavior which needs to use somehow the newly
shown component
The last step will fail because the Ajax behavior wont find the component
because it wont be in the freshly constructed page for the second Ajax request.
> Stateless AJAX requests
> -----------------------
>
> Key: WICKET-2928
> URL: https://issues.apache.org/jira/browse/WICKET-2928
> Project: Wicket
> Issue Type: Wish
> Components: wicket
> Reporter: Peter Parson
>
> There are lots of situations where AJAX-Requests do not depend on the state
> of the page.
> Are there plans to support stateless AJAX behaviors and links in Wicket?
> I would love to see this integrated into Wicket, because we are binding a lot
> of sessions for visitors not being signed in and even crawlers, just to be
> able to make use of ajax functionality.
> A stateless AJAX feature would allow for later session binding (e.g.when
> there's really need to have a state, in my case: when the user signs in).
> Thanks & best regards,
> Peter
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira