mojarra icon indicating copy to clipboard operation
mojarra copied to clipboard

PLEASE NOTE: This project has moved to Eclipse Foundation and will be archived under the JavaEE GitHub Organization. After Feb. 1, 2021, the new location will be github.com/javaee/mojarra. Mojarra - O...

Results 100 mojarra issues
Sort by recently updated
recently updated
newest added

See https://github.com/payara/Payara/issues/2506

Ajax redirects fail silently when the element is used in the partial response: ``` ``` If the extension element is removed, redirects work correctly: ``` ``` ### Steps to reproduce:...

Priority: Minor
Type: Bug
ERR: Assignee

…s method of value object Validation Error: Value is not valid, this error is raising due to a bad implementation of object equals method

Hello, I am currently working with Mojarra 2.3.5 within Wildfly 14. I would need the UIComponent.VIEW_LOCATION_KEY meta data which are available in development stage also in the production stage, so...

The form tag is loosing attributes after the form is submitted. In particular we have the following in our jsf source to disable the enter key: `` When the form...

Hi, I'm trying the new JSF features. I used this example on GlassFish 5 (build 25): https://github.com/hantsy/ee8-sandbox/tree/master/jsf-websocket At the first deploy all is working fine, but if I undeploy the...

I reported [PrimeFaces issue #4765](https://github.com/primefaces/primefaces/issues/4756), which turned out to happen only with Mojarra and not with MyFaces. So PrimeFaces guys asked me to report the issue at Mojarra, what is...

Using JSF 2.3.0 on EAP 7 This is my code: ``` ... ``` ``` @FacesConfig(version = Version.JSF_2_3) @ApplicationScoped public class Config {} ``` ``` @FacesConverter(forClass = Category.class, managed = true)...

I am hitting the following error when the http session is timeout and ViewExpiredException happen and dispatch to the errorpage in GF4 or GF5. [jsfConversationNone.zip](https://github.com/javaserverfaces/mojarra/files/3052440/jsfConversationNone.zip) org.jboss.weld.context.NonexistentConversationException: WELD-000321: No conversation found...