Frank Cornelis

Results 47 comments of Frank Cornelis

@tandraschko Will JSF also restrict the selected item to what is available within the loaded list? I.e., first time we have {A,B,C}... hence it should be impossible to select, for...

> > I believe it is by design that even though components are not rendered, they're still part of the JSF tree therefore visited > > Ok, but what possible...

I'm trying to get my head around as to why `Confirmable` even exists. Maybe this could have been implemented without such additional interface. What also would be nice, is that...

The following is working for me: ```javascript webauthnJSON.schema.credentialCreationOptions.publicKey.schema.extensions.schema.prf = { required: false, schema: { eval: { required: false, schema: { first: { required: true, schema: "convert" } } }, evalByCredential:...

See also: https://github.com/e-Contract/enterprise-jsf/blob/master/ejsf-taglib/src/main/resources/META-INF/resources/ejsf/webauthn.js#L18

@melloware FYI... I gave it another shot within `ejsf`. I'm finally happy with the result.

Yes this ticket can be closed.

@melloware Thanks for considering the inclusion of this Session component. Internally we started using this component within different projects, hence copy-pasting it all-over-the-place. Would be nice if PFE would provide...

@melloware Thanks. Will try out PFE SNAPSHOT first thing tomorrow.

@melloware Reviewed and tested. All works fine.