Jasper de Vries

Results 131 comments of Jasper de Vries

In PrimeFaces 11, you can use the Ajax `load` event with `p:outputPanel deferred="true"`. For example: ```xhtml #{bean.data.title} #{bean.data.body} ```

@adam-waldenberg I believe notifications are only useful when then [page is not visible](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API). In that case `FacesMessages` wouldn't be my first choice as they are bound to a request. I...

@adam-waldenberg Sure, you could do it like that, but a `FacesMessage` doesn't have all the properties you could use in a browser notification. It will work if you don't care...

Isn't this https://github.com/primefaces/primefaces/issues/2521 / https://github.com/primefaces/primefaces/pull/8214 with addition of `enableAfterAjaxDelay`? Should this also prevent simultaneous users from being able to perform the action?

I agree.. this will be a huge time drain

See also https://discord.com/channels/787967399105134612/787967662293909524/799653854697357352

Why should this be a component? Can't this be done with vanilla JavaScript?

@rider87 @jarciano Can you give a good example of how xhtml would look with a product tour included? And yes, I've seen the list of cars example above, which does...

I was not talking about the result, but how to get there. How would your xhtml look? I guess you have an idea about that, as vanilla JavaScript won't work...