Re: Web Frameworks pool

2015-08-03 Thread Patrick Davids

Done, too :-)

Am 03.08.2015 um 17:29 schrieb Tobias Soloschenko:

Done :-)

Am 03.08.15 um 16:17 schrieb Andrea Del Bene:

Hi guys,

if you have 5 seconds to spare please vote this poll :).

Thank you.

Andrea.

http://www.surveygizmo.com/s3/2262144/Poll-Which-JVM-Web-Frameworks-Do-You-Use





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



--
Mit freundlichen Grüßen,

Patrick Davids

nuboLOGIC GmbH  Co. KG
Südportal 1 • 22848 Norderstedt

Tel.: +49 40 228539 732
Email: patrick.dav...@nubologic.com

http://www.nubologic.com

Handelsregister: HRA6819 Pi  | Amtsgericht Pinneberg

Geschäftsführung der Verwaltungsgesellschaft
Christian Capelle

HRB10145Pi | Amtsgericht Pinneberg

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Web Frameworks pool

2015-08-03 Thread Tobias Soloschenko

Done :-)

Am 03.08.15 um 16:17 schrieb Andrea Del Bene:

Hi guys,

if you have 5 seconds to spare please vote this poll :).

Thank you.

Andrea.

http://www.surveygizmo.com/s3/2262144/Poll-Which-JVM-Web-Frameworks-Do-You-Use




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket jQuery UI 7.0.0 pre-release

2015-08-03 Thread Sebastien
Dear wicket-jquery-ui users,

Wicket jQuery UI 7.0.0 based on Apache Wicket 7.0.0 is now pre-released.

A pre-release means that it is available through the oss sonatype staging
repository, the aim is to have a chance to test the release before it
becomes definitive and pushed at maven central.

Staging Repository:

repositories
repository
idsonatype-releases/id
nameSonatype Releases Repository/name
url
https://oss.sonatype.org/content/repositories/comgooglecodewicket-jquery-ui-1024
/url
/repository
/repositories

Maven dependencies:

!-- Wicket jQuery UI --

dependency
groupIdcom.googlecode.wicket-jquery-ui/groupId
artifactIdwicket-jquery-ui/artifactId
version7.0.0/version
/dependency

!-- Wicket Kendo UI --

dependency
groupIdcom.googlecode.wicket-jquery-ui/groupId
artifactIdwicket-kendo-ui/artifactId
version7.0.0/version
/dependency

If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice any problem, please open an issue:
https://github.com/sebfz1/wicket-jquery-ui/issues

Feedbacks  votes are welcome!

Thanks in advance  enjoy,
Sebastien


Atmosphere

2015-08-03 Thread expresso
Hi

Is it possible to upgrade to last version ? 
I have quicky look. Broadcaster should use 
Broadcasterfactory etc..

Gracias 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Atmosphere-tp4671736.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket authentication error following example

2015-08-03 Thread alexpa
Thanks for reply I tried and was able to overcome the original error The
problem was I need to add to my application class instead of the original
class i copied. 

But then the the problem was in  SignInPage I get this error 

http://apache-wicket.1842946.n4.nabble.com/file/n4671738/Captureerror_1.png 

I think it because of version Wicket Auth Roles ver 7

I tried older version and it worked.  

Thank you . 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-authentication-error-following-example-tp4671722p4671738.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Atmosphere

2015-08-03 Thread Martin Grigorov
Hi,

Please send us a patch/PullRequest.
On Aug 4, 2015 8:03 AM, expresso o...@tentelemed.com wrote:

 Hi

 Is it possible to upgrade to last version ?
 I have quicky look. Broadcaster should use
 Broadcasterfactory etc..

 Gracias

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Atmosphere-tp4671736.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Wicket authentication error following example

2015-08-03 Thread Martin Grigorov
Hi,

It looks like you've missed to register MyAuthenticatedWebSession in the
application:
https://github.com/apache/wicket/blob/master/wicket-examples/src/main/java/org/apache/wicket/examples/authentication3/MyAuthenticatedWebApplication.java#L45

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Aug 2, 2015 at 11:52 PM, alexpa birm...@yandex.ru wrote:

 I am learning wicket and trying to implement Authentication based on the
 flowing strategy

 Example
 
 http://www.wicket-library.com/wicket-examples-6.0.x/authentication3/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?0SourcesPage_class=org.apache.wicket.examples.authentication3.HomePage
 

 I created *MyAuthenticatedWebApplication * class and also
 *MyAuthenticatedWebSession* with all other component but, as soon as i am
 trying to go to *MySignInPage *i get this error

 *Last cause: org.apache.wicket.protocol.http.WebSession cannot be cast to
 org.apache.wicket.authroles.authentication.AuthenticatedWebSession
 WicketMessage: Error attaching this container for rendering: [Page class =
 com.myapp.wicket.SignInPage, id = 3, render count = 1]*

 Can someone please help.

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-authentication-error-following-example-tp4671722.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Web Frameworks pool

2015-08-03 Thread Andrea Del Bene
Hi guys,

if you have 5 seconds to spare please vote this poll :).

Thank you.

Andrea.

http://www.surveygizmo.com/s3/2262144/Poll-Which-JVM-Web-Frameworks-Do-You-Use