1. Wicket, page stack, and memory usage stackoverflow.comA Wicket application serializes and caches all pages to support stateful components, as well as for supporting the back button, among other possible reasons. I have an application which uses setResponsePage ... |
2. Pages expire very quickly in Wicket stackoverflow.comI have a Wicket application and my pages expire very quickly. Why is this, and what can I do about it? |
3. signoutForm on stateless page stackoverflow.comhi i have a web site which is created by wicket(java) but in special cases i got following error.
|
4. Creating Pages with unique PageMaps stackoverflow.comI have a wicket Application that has long lived Pages. I would like each instance of this Page to be created with a unique PageMap for reasons I won't get ... |
5. Wicket: stateless AJAX behaviors in stateful page without serialization stackoverflow.comI have pretty stateful page with plenty of AJAX components. Most of these components have behaviors, which renders JavaScript code for calling AJAX requests to Java code. Because page isn't stateless, ... |
6. How do you password protect a page with Wicket? stackoverflow.comI want to password protect a webpage in Wicket so the user may only access it if he/she has logged in. I'd also like the page to show the login ... |
7. Wicket excel Page expired stackoverflow.comAfter using WebResponse to export excel then clicking a Link gives Page expired error. Any suggestions ? Thanks. |
8. How to externalize web page elements to make it configurable? stackoverflow.comI am looking for some design patterns or best practices for configuring web page fields. My web page has a table, which is dynamically created by my API (Wicket). Currently all ... |
9. Approach to bookmarkable pages only available to logged in users in Wicket stackoverflow.comI have a bunch of pages which should only be accessible when the user is logged in. So that the URLs make sense, and also so that the user may bookmark ... |
10. Wicket and Java : Changes to page do not persist stackoverflow.comI am a n00b when it comes to Wicket, as i started earlier this week. What i am trying to do is display a list of people on a page with ... |
11. Wicket - Getting PageExpiredException on AJAX Calls. Regular Pages work just fine stackoverflow.comWe are writing an application using Wicket that uses AJAX. The application has a main window with two iFrames. The first iFrame shows a page with a map (Google Maps). The ... |
12. How can I tell from a Wicket Page object that it has changed? stackoverflow.comHere's my scenario. I'm testing a Wicket app, and I'm parsing the page text |
13. Can I get the source of the current Wicket Page? stackoverflow.comI've been using |
14. (How) can I provide a custom class to set up pages in Wicket? stackoverflow.comI would like to change the way Wicket instantiates my |
15. wicket - Ajax call not resets focus in page stackoverflow.comI've a page , which contains a textbox . I've added AjaxFormComponentUpdatingBehavior to the textbox onchange , in which I update a few other form elements based on it's value . As ... |
16. Wicket: What to keep in mind when making a (CDI-enabled) Page Serializable? stackoverflow.comWhat do I need to keep in mind when making a Wicket Page Serializable? I'm especially concerned about CDI beans - is it okay to rely on seam-wicket to re-inject beans as ... |
17. Wicket - |
18. Wicket, back to the previous page stackoverflow.comI have a |
19. Wicket: How to remove or skip a page in the pagemap? stackoverflow.comIs there a way in wicket 1.4 to “skip� a page in the pagemap when the user navigates with the Back and Forward buttons? Simply removing the page from the pagemap generates ... |
20. continueToOriginalDestination does not bring me back to originating page stackoverflow.comI am trying to sign into my application. First I throw the RestartResponseAtInterceptPageException (this is in a WicketPanel on my BasePage):
|