Re: programmatic resources lookup

2015-12-23 Thread Martin Grigorov
Hi, String xyz = new StringResourceModel(...).getObject(); P.S. I hope it is short enough! On Dec 24, 2015 2:11 AM, "Garret Wilson" wrote: > I've been away from Wicket for a year, working on other areas of my > client's code. I'm doing a pass by to add i18n to a page. I have a > MyPage.properti

programmatic resources lookup

2015-12-23 Thread Garret Wilson
I've been away from Wicket for a year, working on other areas of my client's code. I'm doing a pass by to add i18n to a page. I have a MyPage.properties file with all sorts of properties. I have lots of tags in MyPage.html. But how do I manually look up one of these values from the resources?

Re: Native WebSockets - cookies and last handler question

2015-12-23 Thread Daniel Stoch
On Wed, Dec 23, 2015 at 3:41 PM, Martin Grigorov wrote: > On Wed, Dec 23, 2015 at 2:52 PM, Daniel Stoch > wrote: > >> On Wed, Dec 23, 2015 at 2:34 PM, Martin Grigorov >> wrote: >> > Hi, >> > >> > >> > On Wed, Dec 23, 2015 at 2:21 PM, Daniel Stoch >> > wrote: >> > >> >> Hi, >> >> >> >> I am duri

Re: Native WebSockets - cookies and last handler question

2015-12-23 Thread Martin Grigorov
On Wed, Dec 23, 2015 at 2:52 PM, Daniel Stoch wrote: > On Wed, Dec 23, 2015 at 2:34 PM, Martin Grigorov > wrote: > > Hi, > > > > > > On Wed, Dec 23, 2015 at 2:21 PM, Daniel Stoch > > wrote: > > > >> Hi, > >> > >> I am during replacement Atmosphere push implementation to Wicket > >> Native WebSo

Re: Native WebSockets - cookies and last handler question

2015-12-23 Thread Daniel Stoch
On Wed, Dec 23, 2015 at 2:34 PM, Martin Grigorov wrote: > Hi, > > > On Wed, Dec 23, 2015 at 2:21 PM, Daniel Stoch > wrote: > >> Hi, >> >> I am during replacement Atmosphere push implementation to Wicket >> Native WebSockets. I have an abstraction layer over it, so I can >> replace only implementa

Re: Native WebSockets - cookies and last handler question

2015-12-23 Thread Martin Grigorov
Hi, On Wed, Dec 23, 2015 at 2:21 PM, Daniel Stoch wrote: > Hi, > > I am during replacement Atmosphere push implementation to Wicket > Native WebSockets. I have an abstraction layer over it, so I can > replace only implementation and easily switch between these two > solutions and compare them.

Native WebSockets - cookies and last handler question

2015-12-23 Thread Daniel Stoch
Hi, I am during replacement Atmosphere push implementation to Wicket Native WebSockets. I have an abstraction layer over it, so I can replace only implementation and easily switch between these two solutions and compare them. I have a couple of questions about Native WebSockets: 1. In WebSocketRe

Re: Problem with

2015-12-23 Thread Martin Grigorov
Hi, This is a CSS question. It is caused by the "display:flex" on the 'ul'. I have no idea what is the fix though. On Tue, Dec 22, 2015 at 8:40 PM, Malte Neumann wrote: > > > > ul { > list-style-type: none; > display: flex; > flex-wrap: wrap;