Re: Wicket StackOverflowError in Serializing or Seserializing Session

2014-08-01 Thread hoosssein
thanks a a lot. I found the object that did not implement Serializable. On Mon, Jul 28, 2014 at 1:56 PM, Martin Grigorov-4 [via Apache Wicket] ml-node+s1842946n4666765...@n4.nabble.com wrote: Hi, Wicket will use CheckingObjectOutputStream in DEV mode only if the normal serialization has

Create Request Manually

2014-08-01 Thread hoosssein
I use Hibernate in wicket and i create a Hibernate Session at the beginning of each request. now i want to create a TimerTask and work with database but there is no open session in this thread and if I open session manually, it doesn't work because my entities work with the session that give form

URL to resource

2014-08-01 Thread Entropy
I have a javascript spellchecker dictionary file located in the package with my re-usable SpellCheckBehavior that generated the javascript to apply spellcheck to my text fields. I want the generated javascript to have the URL to that dictionary file. I know I need a resource reference to it, but

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-01 Thread Andrea Del Bene
I would pass them as request parameters... Andrea, I have the SSL working fine when I call it from a Java program using HttpsURLConnection. So it was something with curl. I wonder if you could suggest how I could pass a username and password along with the json string and authenticate the

Re: Lightbox2 Integration

2014-08-01 Thread Nigel W
Thx. Any idea when that is likely to be? Nigel On Friday, August 1, 2014, Martin Grigorov mgrigo...@apache.org wrote: They will be released with WicketStuff 6.17.0 soon after Wicket 6.17.0 is released. On Jul 31, 2014 11:39 PM, Nigel W weymon...@gmail.com javascript:; wrote: These fixes

Re: URL to resource

2014-08-01 Thread Entropy
Nevermind, I found the urlFor method on the component. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/URL-to-resource-tp4666839p4666842.html Sent from the Users forum mailing list archive at Nabble.com.

RE: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-01 Thread Bruce Lombardi
Thanks Andrea. I'm working this out. Now I have one more question: How can I return an Http 401 Status Code of Unauthorized if the password is incorrect? I know I can return values, such as the PersonPojo in the example, and I can return error messages from the from a registered validator, but

Re: is it possible to add a css class to FormComponent.setLabel()?

2014-08-01 Thread Stefan Renz
Hi, lucast wrote: Dear Forum, Currently, I make heavy use of TextField.setLabel(). If adding a css field to TextField is as easy as TextField.add(new AttributeAppender(class, TestCSSClass )); then: How can I add a CSS class to label that has been created for TextField? I don't think that

Re: Foundation integrated in wicket

2014-08-01 Thread Paul BorČ™
Do you have it on maven central? Can I get the GAV coordinates? Better yet, git hub? Have a great day, Paul Bors On Jul 30, 2014, at 3:47 AM, vp143 vishal.po...@cipriati.co.uk wrote: I have implemented Foundation from Zurb with Wicket, currently using version 3 though. -- View this