Re: Pure in-memory IPageStore implementation?

2014-03-06 Thread Tom Götz
On 06.03.2014, at 08:39, Martin Grigorov mgrigo...@apache.org wrote: On Thu, Mar 6, 2014 at 9:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that doesn’t need back-button support and also has several domain objects that are not meant to be serialized. I thought it

Re: Pure in-memory IPageStore implementation?

2014-03-06 Thread Martin Grigorov
On Thu, Mar 6, 2014 at 10:08 AM, Tom Götz t...@decoded.de wrote: On 06.03.2014, at 08:39, Martin Grigorov mgrigo...@apache.org wrote: On Thu, Mar 6, 2014 at 9:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that doesn’t need back-button support and also has

wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Henrik Østerlund Gram
I'm been anxious to use websockets with Wicket (I'm tied to the JBoss appserver and do not wish to use Atmosphere) and as I just upgraded to WildFly 8, I thought finally it would be possible. The instructions on http://wicket.apache.org/guide/guide/nativewebsockets.html (which states the guide

Re: Handling with Feedback Messages / setMaxMessages(1)-Problem / best practise

2014-03-06 Thread Patrick Davids
Hi Martin, this works... thanx for your feedback. kind regards Patrick Am 05.03.2014 10:22, schrieb Martin Grigorov: Hi, I don't know what is the idea behind #setMaxMessages(). I hoped someone else would explain ... To clear the messages you set to mark them as rendered: fc = new

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Martin Grigorov
Hi, The main reason to not backport it to wicket-6.x is that JSR356 (websocket-api.jar) is built with Java 7. And Wicket 6.x is being build with Java 6 ... One option is to wait for Wicket 7.0.0.M1 (we talk about it for a month now, so I hope it will be released soon!). Another option is to port

What is the meaning of: javax.ejb.Stateless;

2014-03-06 Thread Martin Funk
Hi again, still at a very early stage of conquering the domain of TomEE+. I have a question on javax.ejb.Stateless. In the specs I read that in the area of SOAP based web services, which are implemented by an EJB component the class implementing the endpoint must be annotated @Stateless or

Re: What is the meaning of: javax.ejb.Stateless;

2014-03-06 Thread Martin Funk
skip this wrong mailing list: Am 06.03.2014 um 17:33 schrieb Martin Funk mafulaf...@gmail.com: Hi again, still at a very early stage of conquering the domain of TomEE+. I have a question on javax.ejb.Stateless. In the specs I read that in the area of SOAP based web services, which are

Re: What is the meaning of: javax.ejb.Stateless;

2014-03-06 Thread Martin Grigorov
Wrong mailing list ? :) Martin Grigorov Wicket Training and Consulting On Thu, Mar 6, 2014 at 6:33 PM, Martin Funk mafulaf...@gmail.com wrote: Hi again, still at a very early stage of conquering the domain of TomEE+. I have a question on javax.ejb.Stateless. In the specs I read that in

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Henrik Østerlund Gram
I just tried it out by building 7.x, copying over just the wicket-native-websocket-javax artifact, modded the pom to depend on the 6.14 parent, and it pretty much worked as expected (using jdk7 + wildfly 8) WebSocketBehavior seems to be missing code to handle WebSocketPushPayload, both in 6.x and

Radio Button

2014-03-06 Thread Shengche Hsiao
Suppose I have a map (data source from db and have unknown size) as follows final MapString, String data = new HashMap(); data.put(TEST1, DESCRIPTION1); data.put(TEST2, DESCRIPTION2); data.put(TEST3, DESCRIPTION3); data.put(TEST4, DESCRIPTION4);

Re: Radio Button

2014-03-06 Thread Shengche Hsiao
sorry, I am idiot! I forgot to assign an model to it. On Fri, Mar 7, 2014 at 11:53 AM, Shengche Hsiao shengchehs...@gmail.comwrote: Suppose I have a map (data source from db and have unknown size) as follows final MapString, String data = new HashMap(); data.put(TEST1,

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Martin Grigorov
Hi, On Fri, Mar 7, 2014 at 2:50 AM, Henrik Østerlund Gram henrik.g...@gmail.com wrote: I just tried it out by building 7.x, copying over just the wicket-native-websocket-javax artifact, modded the pom to depend on the 6.14 parent, and it pretty much worked as expected (using jdk7 + wildfly

Cannot place a fragment inside a form element

2014-03-06 Thread chathuraka.waas
Hi, i'm trying to migrate from wicket 1.4 to 6.13 and it seems i cannot place fragments inside the form elements. i get an markupIdNotFound Exception. can anyone help me out with this issue. thanks in advance. -- View this message in context:

Re: Cannot place a fragment inside a form element

2014-03-06 Thread Martin Grigorov
Hi, You need to improve a bit the way you ask your questions if you want someone to help you. Your messages are too short/vague to be able to help you. Usually sharing the code snippet that causes the problem, the exception stacktrace and information like it worked this way but doesn't work that