wicket Questions
2
Solved
How can I open a modal dialog on PageLoad(), in the constructor of the WebPage and without the AjaxRequestTarget, with Wicket?
Wolsey asked 22/1, 2011 at 2:28
2
Solved
I'm making a wicket app that can manage some options for a cashdesk app. One of the options is to change the image of a selected Product.
The user(manager) can choose from the already present imag...
K asked 12/12, 2012 at 14:0
1
Solved
Suppose I create a Wicket DropDownChoice containing a number of items.
Is it possible to display all items, but selectively disable one or more of them?
The only control you have over the appeara...
3
Solved
I'm in the process of converting an app to use i18n/l10n on all its pages. I'm very happy with Wicket's support for this, and it's going well so far. The one tricky part I've run into is the follow...
Gift asked 15/8, 2011 at 17:38
1
Solved
I have an Ajax event that triggers the redraw of various Wicket panels. Some panels have additional calculations of their own inside their onBeforeRender() method. If there is an error, I want to d...
Sparing asked 8/10, 2013 at 11:46
1
Solved
I want to check if a given component has a CSS class set. To do this, I would like to get the HTML output for just that specific component.
WicketTester can provide the HTML output for the entire...
Limelight asked 4/7, 2013 at 9:36
9
Apart from the argument of Wicket's simplicity (that is, Wicket is a simpler system IMHO) and GWT's responsiveness in the client (GWT's client side state and JavaScript - potentially complex client...
Tatum asked 29/7, 2009 at 13:48
2
Solved
This seems so simple, yet I cannot find an example of how to call javascript function from wicket, after the page is loaded (on page that extends WebPage). Can anyone give example on how to go that...
Monograph asked 20/6, 2013 at 9:52
5
Solved
If I have a relative path to a static asset (flash/blah.swf), what is the best way to programmatically convert this to an absolute URL (http://localhost/app/flash/blah.swf)? Or what is the best way...
5
Solved
We have a Wicket app with a page that includes an embedded Youtube video. The video embeds and plays fine, but apparently it causes the rest of the page to not render- it seems that the DOM element...
Dissert asked 14/6, 2011 at 15:36
4
Solved
I have a Wicket Textfield which contains an Integer value
currentValueTextField = new TextField<IntParameter>("valueText", new PropertyModel<IntParameter>(model, "value"));
I'm attac...
2
Solved
I just spent several hours of my life debugging this problem. I'm documenting it here for others.
Question:
I'm getting the following error when I try to click on an AjaxLink in Internet Explore...
1
Solved
I am trying to learn Wicket. One of the problems I encounter, is changing the values of components like a label.
This is how I declare the label:
Label message = new Label("message", new Model<...
Loutitia asked 10/4, 2013 at 7:37
2
Solved
When learning about JSP and servlets, I heard about redirect and dispatch. Which of them does Wicket's setResponsePage() perform?
3
Solved
I've been looking around and I can't find a dummy's guide to adding my own CSS to a Wicket website project. But before I start... I'm fairly new to proper java development, so when I say "Dummy's g...
2
Solved
Im having problem with a DropDownChoice. I have to pre-selected an item but every tutorial and example I have found, only consider a list of primitive type.
I have a list of Object.
class myObj...
Guenna asked 27/4, 2012 at 14:1
1
Solved
What's the way to find a specific (known wicket id) Wicket Component within a Page regarding less effort performance?
Outfielder asked 20/3, 2013 at 13:53
2
Solved
How do I put a localized message on the face of a submit button? I am using Wicket, and normally to use a localized message, I'd use something like <wicket:message key="message-key"/>
I have...
1
Solved
I've got some javascript going on on my pages in addition to Wickets use. However, Wicket only loads jquery on pages where it sees that it is needed. Is there any way to make Wicket load jquery on ...
Echinate asked 25/2, 2013 at 12:1
2
Solved
I just saw new features released at wicket 6.40. And I am interested
to see example code of the atmosphere channel. Where can i find the
example of this feature?
Thanks.
2
I have following java classes:
I have a two form components which are mapped to Type1Task and Type2Task with a CompoundPropertyModel:
Problem: Duplicate Code. I want the D and E Fields to map...
Marinmarina asked 24/1, 2013 at 17:1
10
Solved
I'm not a Java developer so I might get some terms wrong... but.
An application I integrate with is moving from Spring to Wicket. While it should not affect my integration with it I got to w...
Dionysius asked 12/2, 2009 at 23:38
3
Solved
I would like to be able to close a ModalWindow when the user presses a key, in my case ESC.
I have a Javascript listener for the keypress which calls the click event of the cancel button's ID:
jQ...
Honeybunch asked 18/2, 2011 at 14:25
1
Solved
I am making an application in which I want to integrate Wicket + Spring. Application is a grocery store on which user comes and buy something. I know there are two ways to do this.
Using the anno...
3
Solved
I'm in the process of writing a C# Wicket implementation in order to deepen my understanding of C# and Wicket. One of the issues we're running into is that Wicket makes heavy use of anonymous inner...
Unfaithful asked 22/1, 2011 at 19:55
© 2022 - 2024 — McMap. All rights reserved.