Spring: cannot inject bean with scope request/session

2013-07-07 Thread Alexey Mukas
Hi all, I'm trying to use Spring in my app. Using: - wicket 6.9 - spring 3.2.3 Injection works fine with prototype/singleton, but not with request/session scope. I have following exception: No Scope registered for scope 'request' I've added listener

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-07 Thread Nemat Rakhmatov
Will try the 6.9.0 version as soon as I'll get to my devel machine. Regards, Nemat Paul Bors wrote Btw, Martin released wicket-stuff 6.9.0 last Friday. Did you try that version? Have a great day, Paul Bors On Jul 7, 2013, at 12:25 AM, Paul Borș lt; paul@ gt; wrote: First

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-07 Thread Nemat Rakhmatov
Tried 6.9.0 release, got the same error. Regards, Nemat Nemat Rakhmatov wrote Will try the 6.9.0 version as soon as I'll get to my devel machine. Regards, Nemat Paul Bors wrote Btw, Martin released wicket-stuff 6.9.0 last Friday. Did you try that version? Have a great day, Paul

Looking to pair

2013-07-07 Thread Mike Pence
Hi guys. Hope that this is appropriate for this list: I am looking for someone who is willing to pair program with me (although it would probably be mostly me on the watching side). I need to get strong with Wicket, Spring, and maybe even Neo4J as quickly as possible, as I have committed to using

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-07 Thread Paul Borș
QuickStart, Jira ticket, attaché the fix (unit test too). Have a great day, Paul Bors On Jul 7, 2013, at 10:47 AM, Nemat Rakhmatov nemat.rakhma...@gmail.com wrote: Tried 6.9.0 release, got the same error. Regards, Nemat Nemat Rakhmatov wrote Will try the 6.9.0 version as soon as

Re: Spring: cannot inject bean with scope request/session

2013-07-07 Thread Paul Borș
See chapter 17 Integration with enterprise containers of the of the Wicket Free Guide. Log on to Wicket's homepage, select Books and follow the link from there. You might be interested in section 17.1 Integrating Wicket with Spring. Have a great day, Paul Bors On Jul 7, 2013, at 5:58 AM,

Re: Looking to pair

2013-07-07 Thread Paul Borș
Have you glimpsed over the few books offered under the Books section on Wicket's home page? In my experience pair programming works for two developers within the same physical location when one can explain the other quickly why it's best to archive something one way rather than the other.

Re: Spring: cannot inject bean with scope request/session

2013-07-07 Thread Alexey Mukas
Hi Paul, Thanks for the reply. I've read this guide already, as I said DI works but only for prototype/singleton beans. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-cannot-inject-bean-with-scope-request-session-tp4660112p4660119.html Sent from the Users

Re: Looking to pair

2013-07-07 Thread Mike Pence
Remote pairing works, too, with some effort. I am working my way through Wicket in Action, and I am definitely very excited, at this point. But I know that watching a real Wicket expert in action would be extremely informative. On Sun, Jul 7, 2013 at 2:27 PM, Paul Borș p...@bors.ws wrote:

Multiple wicket.properties files in uber JAR

2013-07-07 Thread William Speirs
I'm attempting to create an uber JAR using the Maven shade plugin and running into an issue shading wicket, wicket-extensions and wicket-devutils. All 3 of these module contain a wicket.properties file that point at their respective Initializers. The problem is that when I create the shaded JAR,

how to solve this problem

2013-07-07 Thread fan wang
when i close my browser and open the project again,then show the Exception,what's wrong? thx!!! Last cause: Markup not found for Component: [HtmlHeaderContainer [Component id = _header_0]] Stacktrace Root cause: org.apache.wicket.markup.MarkupNotFoundException: Markup not found for Component:

Re: Looking to pair

2013-07-07 Thread Martin Makundi
Hands-on head-first head-banging is the way to go. Watching aside won't take you fare and won't float long. Unless you just want to manage ;) ** Martin 2013/7/7 Mike Pence mike.pe...@gmail.com Remote pairing works, too, with some effort. I am working my way through Wicket in Action, and I am

jquery dialog onclick AjaxButton

2013-07-07 Thread fachhoch
I want to show a jquery dialog instead of confirm for which I am adding AjaxFormSubmitBehavior with my script, here is generated java script I click on the button dialog shows up , If I click OK the dialog should close and Ok function should be called but dialog is getting closed and

Re: Looking to pair

2013-07-07 Thread Martin Grigorov
Hi, You can watch some Wicket project in GitHub. For example: https://github.com/l0rdn1kk0n/wicket-bootstrap https://github.com/sebfz1/wicket-jquery-ui https://github.com/wicketstuff/core On Sun, Jul 7, 2013 at 8:16 PM, Mike Pence mike.pe...@gmail.com wrote: Hi guys. Hope that this is