Re: Anyone using Wicket-Stuff Facebook

2013-02-17 Thread Martin Grigorov
Hi, If you need to implement OAuth authentication then I can recommend you https://github.com/fernandezpablo85/scribe-java It is easy to implement both OAuth v.1 and v.2 with it On Mon, Feb 18, 2013 at 5:28 AM, Stephen Walsh < step...@connectwithawalsh.com> wrote: > https://github.com/wicketstu

Re: Anyone using Wicket-Stuff Facebook

2013-02-17 Thread Ernesto Reinaldo Barreiro
Hi Stephen. I don't know the answer to your question... I want just to point out that a few months ago I tried to use the API and I was hit by this bug on facebook API https://developers.facebook.com/bugs/391962640871463 Hope it has been fixed in the mean time? On Mon, Feb 18, 2013 at 4:28 AM,

Anyone using Wicket-Stuff Facebook

2013-02-17 Thread Stephen Walsh
https://github.com/wicketstuff/core/wiki/Facebook Anyone using this that can point me in the right direction on how to use the behaviors? I followed the example on getting a login button and it seems like that works well, but I have no idea to tell if the user has validated and how to capture tha

RE: Why does my "HelloWorldPage" not work?

2013-02-17 Thread mike.hua
The error message:*The requested resource () is not available.* Is my wicket project short of any jar files? My wicket project in Eclipse IDE: -- View this message in context: http://apache-wicket.1842946.n4.nabble.co

回复: RE: Why does my "HelloWorldPage" not work?

2013-02-17 Thread mike.hua
Thanks for your reply!The server error:The requested resource () is not available.I'm a new Wicket(also Java) user!Is my project short of any jar files?Here is my wicket project in the Eclipse Environment: - 原文 - 发件人: Colin Rogers [via Apache Wicket] 主 题: RE: Why does my "HelloWorldPage"

RE: Why does my "HelloWorldPage" not work?

2013-02-17 Thread Colin Rogers
Hi Mike, Before people/I can help you; what is the error you are getting? Also, have you tried using the Maven Quickstart/ Wicket project archetype - they are incredibly useful in creating a base for a Wicket project? Cheers, Col. -Original Message- From: mike.hua [mailto:hz...@sohu.co

Re: Why does my "HelloWorldPage" not work?

2013-02-17 Thread mike.hua
Someone can help me? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Why-does-my-HelloWorldPage-not-work-tp4656451p4656452.html Sent from the Users forum mailing list archive at Nabble.com. - To uns

Why does my "HelloWorldPage" not work?

2013-02-17 Thread mike.hua
*HelloWorldPage.html:* *HelloWorldPage.java:* package myWicket; import org.apache.wicket.markup.html.WebPage; import org.apache.wicket.markup.html.basic.Label; public class HelloWorldPage extends WebPage { private static final long serialVersionUID = 1L; public HelloWorldPage()

Re: Forward request to an external filter

2013-02-17 Thread Leonid Bogdanov
Hello!     Any comments on this? Thank you. Thursday, 14 Feb 2013, 18:34 +04:00 from Leonid Bogdanov: > >Hello! > >  I'm trying to add OAuth authentication to a Wicket webapp and as a part of >this I need to be able to do server-side forward of a request from Wicket to >an external filter. >

Re: Submit form before handle onclick

2013-02-17 Thread Gonzalo Aguilar Delgado
Hello Sven, Yes. I added this to the form, and a eventhandler to the button, but the event handler of the button is always called before the submit. The problem is that I cannot process the onclick handler of the button without the information of the form. So I think I need to submit it on th

JBoss RichFaces/AeroGear effort to create cross-framework components

2013-02-17 Thread Ing. Ondřej Žižka
Hi everyone, RichFaces team has started an effort to make their components available for multiple frameworks. Currently, the targetted are JSF, GWT/Errai and one I don't remember. It would be cool to have Wicket amongst those: Wicket community would get a set of highly tested and maintained aj

Re: unselected choices of Palette contain duplicates ...

2013-02-17 Thread Francois Meillet
-Can you dump getChoices() after the line this.getChoices().retainAll(choices) -also can you check your PaletteRenderer François Meillet Formation Wicket - Développement Wicket Le 17 févr. 2013 à 03:38, grazia a écrit : > I agree, but that would mean that I would be add it twice. Why twice