Bauke Scholtz
Bauke Scholtz
onloadScript not rendering with non ajax command button if jstl type tag c:if is present on the page
Sorry, the test case was not correct. The `` was not compiled and ended up plain vanilla because the taglib was not registered.   --- Please use `@FacesComponent(createTag =...
onloadScript not rendering with non ajax command button if jstl type tag c:if is present on the page
Closing off. Bug is in MyFaces.
> I just tryed to put a conditional breakpoint on the isUnloadRequest > > `"unload".equals(getRequestParameter(context, "omnifaces.event")) == true` > > but the breakpoint does not stop when the invalidatesession() is...
Closing off, not a bug.
I still think this is a great idea. But things get complex when e.g. PrimeFaces comes into play. A lot of specialized components fire the change event into a hidden...
Closing off because it's technically not possible.
How's it progressing?
I see what you're getting at. Technically speaking, the view scope is not broken. Adjust your `Test` bean as follows: ``` @Named @ViewScoped public class Test implements Serializable { private...
I've fixed it. Thank you very much for reporting this issue and making your issue clear with the reproducer.
https://github.com/eclipse-ee4j/mojarra/issues/5157 is candidate to be reverted by https://github.com/eclipse-ee4j/mojarra/issues/5457. How exactly was it previously failing in WildFly? Just a bunch of warning messages? Or was there erratic behavior as well?