+1 for Martin Grigorov
Hi Guys
long time no see.. Apparently there are some money left on the wicket
merchandise shop (http://www.cafepress.com/apachewicket).. So I suggest
that it's time for the community to nominee and vote on who should
have a
cap, tshirt or coffee mug for their effort..
Hi Gwyn,
If you are able to reproduce it in a quickstart then please attach it to a
ticket in Jira.
On Thu, Sep 19, 2013 at 11:54 PM, Gwyn Evans gwyn.ev...@gmail.com wrote:
Hi,
I've not had a chance to try reproduce this with a QuickStart yet,
so this is just a post in case it's
The problem turned out to be a couple of z-index css properties associated
with the select2 component not being big enough to work with the Wicket
ModalWindow.
Here are the changes I made to made to the select2 css to make it work with
the Wicket ModalWindow.
.select2-drop {
z-index: 30001;
}
see https://github.com/apache/wicket/pull/53
On Tue, Sep 17, 2013 at 4:11 PM, René Hartwig
rene.hart...@befine-solutions.com wrote:
Hi,
ok thanks - I do not have something yet - just recognized it. I'll inform
you if I have a patch for it.
regards,
René
René Hartwig
Senior
Hello again,
In the past couple of weeks I have shared with you articles documenting
techniques to secure Wicket applications running in Jetty Tomcat
containers using basic security principles. Another article in this
series builds on what was demonstrated before by introducing more
Keep 'em coming, Shawn! :-)
Thank you!
On Fri, Sep 20, 2013 at 7:21 PM, Shawn McKinney mckinney-sh...@att.netwrote:
Hello again,
In the past couple of weeks I have shared with you articles documenting
techniques to secure Wicket applications running in Jetty Tomcat
containers using basic
A have a list model
IModelListSomething model;
the list is displayed as a simple grid table PropertyListView, each
line is a set of controls to edit Something.
@Override
public void populateItem(final ListItemSomething listItem)
{
try target.focusComponent(listview.get(listview.size()-1).get(name)) ;
On Sat, Sep 21, 2013 at 1:21 AM, Anatoly Kupriyanov kan@gmail.comwrote:
A have a list model
IModelListSomething model;
the list is displayed as a simple grid table PropertyListView, each
line is a set of controls