Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-09 Thread massizigao
Hello Andrew, that was the solution! You saved my day! Thank you a lot! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4019263.html Sent from the Users forum mailing list archive at

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
Le 08/11/2011 16:43, Martin Grigorov a écrit : Hi, Hello, thanks very much for your quick answer ! The problem is that there are several specifications and all of them expect different output. We try to stick to HTML5 because this is the future. You mean, HTML 5 in Wicket 1.5 ? I tryed to

Re: Validating HTML 4

2011-11-09 Thread Martin Grigorov
Hi, On Wed, Nov 9, 2011 at 12:12 PM, pgoiffon.wic...@free.fr wrote: Le 08/11/2011 16:43, Martin Grigorov a écrit : Hi, Hello, thanks very much for your quick answer ! The problem is that there are several specifications and all of them expect different output. We try to stick to HTML5

Re: Modal Window with Ajax in Firefox

2011-11-09 Thread Jan Ferko
Hi, I uploaded quickstart that reproduces error to github at https://github.com/iref/modaltest . 2011/11/2 Andrea Del Bene adelb...@ciseonweb.it Hi, can you reproduce your problem in a separate project and upload it somewhere? It would help much to understand if this problem is a bug and to

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread James Stewart
That sounds encouraging. I am very interested in how you went about integrating Dojo into Wicket. On 9/11/2011 2:51 PM, Martin Grigorov wrote: Hi David, I'm interested in your work. Another guy also did something at https://github.com/vijaykiran/wicketstuff-dojo On Tue, Nov 8, 2011 at 8:36

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread James Stewart
Hi Martin, Have you got a typical example of a destroy + create new in the wicket-ajax.onBeforeRender? This may make life easier with JQuery. Thanks, James. On 8/11/2011 9:26 PM, Martin Makundi wrote: Hi! When you render jquery components via ajax you often need to recreate them (destroy

Migrating a ResourceStreamRequestTarget to a ResourceStreamRequestHandler (2)

2011-11-09 Thread hfriederichs
I managed to pinpoint my issue. I'm starting a new topic in order to exclude information I now think isn't relevant anymore. I don't think it's a caching problem any longer, but that is has to do with a hanging thread or something that's not closed properly, that is, when using Firefox and Chrome.

Re: unit testing cookies after redirect

2011-11-09 Thread kamiseq
so if this is the last line in my code those two approaches are pretty the same pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ - To unsubscribe, e-mail:

Re: Migrating a ResourceStreamRequestTarget to a ResourceStreamRequestHandler (2)

2011-11-09 Thread hfriederichs
Made a quick start, but couldn't reproduce the issue, it worked in FireFox... Be it on a Jetty-server, and I have to cope with WebSphere... Well, I'll strip my application down to the essentials that I have in the quick start, and then build up one by one, I guess. Many thanks, so far! --

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
Martin Grigorov mgrigo...@apache.org a écrit : The problem is that there are several specifications and all of them expect different output. We try to stick to HTML5 because this is the future. You mean, HTML 5 in Wicket 1.5 ? Yes, in Wicket 1.5. Wicket 1.4.x branch receives only bug

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anantasthana
David, I would be extremely interested in your work. I have been trying to integrate JqUery plugins with wicket and not have had much success. The answers from this post will surely be helpful -- View this message in context:

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread Ernesto Reinaldo Barreiro
May I ask which plugins you tried to integrate? I have integrated a few of them and for most of them integration was not that hard. Regards, Ernesto On Wed, Nov 9, 2011 at 5:29 PM, anantasthana anant.a...@gmail.com wrote: David, I would be extremely interested in your work. I have been trying

Re: DI in wicket

2011-11-09 Thread vela
Hi, I have done the configuration in web.xml. When I print the DAO reference, it is printing like org.apache.wicket.proxy.LazyInitProxyFactory$JdkHandler@f2164f But the error has been thrown like org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor 'public

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anantasthana
I tried to integrate the JCaurosel and Ajax Vertical slider which is basically a lazy load scroll bar. I am still new to wicket and still learning new things every day so ther are alot of things I am still learning. -- View this message in context:

Re: Modal Window with Ajax in Firefox

2011-11-09 Thread Andrea Del Bene
Hi, I think the best solution would be replace modal window's content instead of closing it and opening a new one. Considering your example you should completely remove notifierWindow. The new code for HomePage would be like this: public HomePage(final PageParameters parameters) {

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
pgoiffon.wic...@free.fr a écrit : I was convinced that HTML5 is still HTML, so auto-closed tags are invalid. I checked the html 5 draft recommandation this morning before answering and can't find anywhere that auto closed tags are valid. Found it !

Re: DI in wicket

2011-11-09 Thread Per Newgro
Please provide the complete stacktrace Hi, I have done the configuration in web.xml. When I print the DAO reference, it is printing like org.apache.wicket.proxy.LazyInitProxyFactory$JdkHandler@f2164f But the error has been thrown like org.apache.wicket.WicketRuntimeException: Can't

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread Ernesto Reinaldo Barreiro
Hi, There are at least two projects out there that already do some integration with jquery... So, it might be a good idea to take a look at them:-) On Wed, Nov 9, 2011 at 6:15 PM, anantasthana anant.a...@gmail.com wrote: I tried to integrate the JCaurosel and Ajax Vertical slider which is

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anant . asty
Yeah I have tried learning from some stuff in wicketstuff and Wiquery so someday I will be ready to contribute. -Original Message- From: Ernesto Reinaldo Barreiro reier...@gmail.com Date: Wed, 9 Nov 2011 18:48:17 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: Re:

wicket-dojo wrappers

2011-11-09 Thread David Berkman
I've had a number of requests, so I'll upload this bit of code here so people can have a look. I know there's room for improvement in the code that exists, and a ton that needs to be done. There's a wicket-dojo project on GitHub https://github.com/vijaykiran/wicketstuff-dojo that's much

Re: Modal Window with Ajax in Firefox

2011-11-09 Thread Jan Ferko
Hi, thanks for help. I ended with very similar solution. 2011/11/9 Andrea Del Bene adelb...@ciseonweb.it Hi, I think the best solution would be replace modal window's content instead of closing it and opening a new one. Considering your example you should completely remove notifierWindow.

wicket-dojo wrappers (correction)

2011-11-09 Thread David Berkman
Sorry for the repost, but this list doesn't take attachments I guess, so I've upload the code at https://github.com/zenbones/WicketDojo I've had a number of requests, so I'll upload this bit of code here so people can have a look. I know there's room for improvement in the code that exists,

Wicket 1.4, IBM WebSphere Portal 6.1 and AJAX issue and solution

2011-11-09 Thread José Antonio Matute Calvo
Hi!, Recently, when we were developing an application for IBM WebSphere Portal 6.1 (JSR286 Portlet) using Wicket 1.4.18, we had problems with forms that use AjaxButton component for submitting. After some investigations, we realized that the problem was on the javascript side (wicket-ajax.js).

Design patterns for panel navigation

2011-11-09 Thread Bertrand Guay-Paquet
Hi, Panels are great to encapsulate functionality in reusable units. In order to reuse some panels in different contexts, I need to make the navigation elements they contain configurable. For example, consider a form whose post-submit navigation and cancel link destination need to be

Re: wicket-dojo wrappers

2011-11-09 Thread Maarten Bosteels
I think your attachment didn't make it to the mailing list. Maarten On Wed, Nov 9, 2011 at 7:52 PM, David Berkman david.berk...@glu.com wrote: I've had a number of requests, so I'll upload this bit of code here so people can have a look. I know there's room for improvement in the code that

Re: wicket-dojo wrappers

2011-11-09 Thread Maarten Bosteels
OK, hadn't seen your last message On Thu, Nov 10, 2011 at 5:42 AM, Maarten Bosteels mbosteels@gmail.comwrote: I think your attachment didn't make it to the mailing list. Maarten On Wed, Nov 9, 2011 at 7:52 PM, David Berkman david.berk...@glu.comwrote: I've had a number of requests, so

Re: What is the difference between wicket panel and webmarkupcontainer?

2011-11-09 Thread Sven Meier
A Panel has its own markup while WebMarkupContainer reuses the markup of its parent. On 11/10/2011 06:50 AM, raju.ch wrote: Hi, could some please tell me the difference between wicket panel and webmarkupcontainer? -- View this message in context:

AW: What is the difference between wicket panel and webmarkupcontainer?

2011-11-09 Thread Sven Meier
See RecursivePanel in wicket-examples: It *is* a panel (having its own markup in RecursivePanel.html) and utilizes a WebMarkupContainer for its rows. Sven -Ursprüngliche Nachricht- Von: raju.ch [mailto:raju.challagun...@gmail.com] Gesendet: Donnerstag, 10. November 2011 07:44 An: