wicket
changing URL via AJAX using wicket
Is there a way to make an AJAX call alter the current page URL without redirecting or reloading the page, in Apache Wicket?[详细]
2023-03-17 18:42 分类:问答Populating ExternalLink from Model in Wicket
I am sure I am overlooking something very basic here, but I just don\'t get how to create an ExternalLink inside a WebMarkupContainer from the model of the WebMarkupContainer.[详细]
2023-03-17 16:16 分类:问答Wicket - SetResponsePage callback not firing
I\'m writing my first wicket app , and ran into my first road-block today . Here\'s the problem . I have a page which contains an AjaxSubmitLink . In it\'s onSubmit event , I load a panel using setRes[详细]
2023-03-17 15:49 分类:问答How to avoid FileUploadField reset at the end of the request in wicket
I have a wicket form containing a FileUploadField and some more text fields. When a mandatory field is missing, the validation correctly fails. Then, the file I chose for the upload becomes empty, so[详细]
2023-03-17 13:16 分类:问答Can I get the source of the current Wicket Page?
I\'ve been using wicketTester.getServetResponse.getDocument to get the text of the current page for testing, only to find that after an ajax request it is set to the ajax response, not the wh开发者_开[详细]
2023-03-17 09:25 分类:问答Adding css resource available to all component in the application using wicket 1.5
I am using wicket 1.5.x and trying to load a css file which will be shared by all the pages,panels,forms. Right now when I statically adda css file (located in [app]/WebApps/style) directory in my Bas[详细]
2023-03-17 05:23 分类:问答How to make Spring play nice with Wicket? (ContextLoaderListener problem)
To my knowledge, and according to instructions I\'ve found (like this and this too), I need this in web.xml for Spring to work:[详细]
2023-03-16 01:51 分类:问答detecting intercept in wicket w/o calling continueToOriginalDestination()
I created a SimplePageAuthorizationStrategy that redirects an unauthorized u开发者_如何学编程ser to my LoginPage.class to authenticate / authorize and then in the onSubmit() I use continueToOriginalDe[详细]
2023-03-15 14:51 分类:问答Modify Attribute of Wicket ComponentTag Parent
I have a Wicket Form. Within this form there are a few input tags. These input tags are put into div containers. These div containers \"make\" the style (i.e. they have style classes).[详细]
2023-03-15 05:01 分类:问答How can I customize a modal window using Wicket 1.5?
I´ve already found this answer (Can the Wicket modal window be customized?) but it´s not suitable for Wicket 1.5. Can anyone please tell me how can I apply my ow开发者_运维技巧n styles to a Wicket M[详细]
2023-03-15 03:14 分类:问答