Re: Integrate Wicket with Keycloak

2019-04-10 Thread Maxim Solodovnik
Not sure this is related to Keycloak But here is example how to restrict access to pages/components: https://ci.apache.org/projects/wicket/guide/8.x/single.html#_using_roles_with_annotations On Wed, 10 Apr 2019 at 21:43, Calin Pavel wrote: > Hi everybody, > > Did anybody integrated Wicket with

Integrate Wicket with Keycloak

2019-04-10 Thread Calin Pavel
Hi everybody, Did anybody integrated Wicket with Keycloak? Do you have any sample how this could be done - to restrict access to pages, to authenticate user Thank you, Calin Pavel - To unsubscribe, e-mail:

Re: [8.x] form Input HTML5 form attribute?

2019-04-10 Thread Maxim Solodovnik
The reference to the final spec: https://www.w3.org/TR/html5/sec-forms.html#association-of-controls-and-forms Actually wicket do support nested forms for many years On Wed, 10 Apr 2019 at 16:05, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Hi > > I am going through our designers

[8.x] form Input HTML5 form attribute?

2019-04-10 Thread nino martinez wael
Hi I am going through our designers html drafts and can see they are wanting to use a hierarchical separated form from inputs.. Apparently its part of the HTML5 specification, is this something wicket supports?