Re: Open Source projects using Wicket

2009-10-17 Thread ralf . eichinger
added it to http://cwiki.apache.org/confluence/display/WICKET/Websites+based+on+Wicket Quoting Pedro Santos pedros...@gmail.com: Nice site, it was deployed in development mode and has a nice performance :) On Fri, Oct 16, 2009 at 5:16 PM, Vytautas Racelis turi...@gmail.com wrote: Hi, i've

Re: Open Source projects using Wicket

2009-10-17 Thread ralf . eichinger
added mistletoe to http://cwiki.apache.org/confluence/display/WICKET/Related+Projects+and+Tools Quoting Ceki Gulcu c...@qos.ch: When I wrote: it is possible to create a web-application quickly and cleanly, I meant to say that was possible to create a web-application quickly and cleanly

how to have an html id in markup and support ajax behavior?

2009-10-17 Thread Joe Hudson
Hello, I need a component to have an html id that I set in markup because I'm referencing it in other places. I also need to have the setOutputMarkupId(true) on the component because I need to support ajax behaviors. The problem that I am facing is that when I call setOutputMarkupId(true)

Re: Open Source projects using Wicket

2009-10-17 Thread Martin Grigorov
It is little strange that _your_ (I emphasize here) software uses System.out.println() for logging instead of any of the logging frameworks you created ;-) From the manual on the page it is not very clear how to setup the whole thing. Probably I could manage it but it would be good to add step by

Re: how to have an html id in markup and support ajax behavior?

2009-10-17 Thread Martin Grigorov
El sáb, 17-10-2009 a las 14:56 +0200, Joe Hudson escribió: Hello, I need a component to have an html id that I set in markup because I'm referencing it in other places. I also need to have the setOutputMarkupId(true) on the component because I need to support ajax behaviors. The

Re: Strong Password Validation using Ajax (with Fallback)

2009-10-17 Thread Bernhard Grünewaldt
That's the case :) I want to have it working with Javascript activated and without. I am now thinking of something GWT does. You write java and the framework translates it to ajax. (if I am not mistaken) It would be cool to write just one Validator in Java that implements some behaviour and it

Re: Reporting Framework Wicket

2009-10-17 Thread nino martinez wael
As I see it jasper reports are just a configurable way of using jfreecharts, not sure it that brings more understanding though :) http://images.google.dk/images?client=firefox-arls=org.mozilla%3Aen-US%3Aofficialhl=dasource=hpq=jfreechartsbtnG=S%C3%B8g+i+billedergbv=2aq=foq= 2009/10/17 Douglas

Re: Strong Password Validation using Ajax (with Fallback)

2009-10-17 Thread nino martinez wael
There was some implementation I think at wicketstuff, can remember it something like validator or something, so go to wicket stuff and see..:) 2009/10/17 Bernhard Grünewaldt bernh...@gruenewaldt.net That's the case :) I want to have it working with Javascript activated and without. I am now

Class not found error when using OSGi classloader and wicket-guice integration

2009-10-17 Thread Marc-Andre Houle
Hello user group, Just a little word to make sure this is check out. I got a ClassNotFound exception while working with my OSGi framework and integrating it with Wicket-Guice. The problem is that Wicket guice use the method Class.forName to retrieve the class into which injection is suppose to

IDataProvider for growing Result Size

2009-10-17 Thread bht
Hi, I am seeking some help or links to documentation with IDataProvider for DataView. In my use case the size of the data grows while the user clicks through list pages. I wrote an IDataProvider implementation that progressively returns larger values with the size() method. However it fails