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

2014-03-06 Thread Henrik Ă˜sterlund Gram
the client itself or pushed from a server-side event, should run in the client's session scope. Certainly, it should not matter to the server whether a req from a client comes in one way of the other. Has anyone looked into it and deemed it impossible or just not worth the bother? Regards, Henrik

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

2014-03-06 Thread Henrik Ă˜sterlund Gram
d I'm wondering if anyone tried using the same classes for 6.14? Is there some reason it's not been backported, or is it just hiding somewhere? Regards, Henrik

Newbie-Problem: Wicket/Maven/Jetty: FileNotFoundException?

2009-05-14 Thread Henrik
I am very new to the Java-World and want to make a web project using Java/Maven2/Wicket. I tried to install Wicket with these instructions: http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html Everything went fine up to the point of running a project. I tri

Re: Test failures due to "incorrect" order of attributes

2008-03-01 Thread Henrik Lundahl
Hi Thanks for clearing this out. I've filed https://issues.apache.org/jira/browse/WICKET-1389 on this. Regards, Henrik Lundahl 2008/3/1, James Carman <[EMAIL PROTECTED]>: > Maybe it should use a TreeMap instead? > > > On 3/1/08, Gerolf Seitz <[EMAIL PROTECTED]&g

Test failures due to "incorrect" order of attributes

2008-03-01 Thread Henrik Lundahl
Hi When building wicket-1.3-SNAPSHOT I get some test failures with messages all similar to this: <

Re: OutOfMemoryError (not PermGen) in PageSavingThread

2008-02-22 Thread Henrik Lundahl
). Another thing could of course be that there isn't enough memory to store all the concurrent sessions. If you still run out of memory after increasing the limit with the same load, this shouldn't be it, though. BR, Henrik 2008/2/22, Meetesh Karia <[EMAIL PROTECTED]>: > > Hi all

Re: Form.getMethod() throws Exception

2008-02-18 Thread Henrik Lundahl
Hi The parameters are left out of the request URL in the request that brings you to the onSubmit method, but the response URL will contain the PageParameters you set for the MyResponseClass page. BR, Henrik Lundahl 2008/2/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hello. >

Re: Doubt about getList().indexOf() usage in ListView.moveUpLink, moveDownLink, removeLink

2008-02-14 Thread Henrik Lundahl
Hi Yes, but why can't ListItem.getIndex() be used? I can't see any drawbacks, but one advantage is that you can use the same model object twice in the list. It's not unlikely that I've missed something, though. Regards, Henrik 2008/2/14, Igor Vaynberg <[EMAIL PROTEC

ModalWindow with Page memory leak

2008-02-11 Thread Henrik Lundahl
me zero in Page.writeObject (and sub-sequentially in Page.readObject)? Is it generally problematic to have field references to Pages in Components (or objects)? What would the most decoupled approach (object graph wise), thus minimizing serialization, be to implementing this? Thanks, Henr