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

Not really sure if it's a security hole, a bug or the correct behavior but... **Explanation :** I can submit a form without any value submitted and my action is...

On a complex page I hit a performance issue apparently caused by the regular expression-based methods in ELUtils that are used for classifying tag attributes: isCompositeComponentLookupWithArgs isCompositeComponentMethodExprLookup isCompositeComponentExpr These methods...

Priority: Minor
Type: Improvement
Component: facelets
Component: performance
ERR: Assignee

I want to create a shared template file, and two composition file refering the shared template file. Besides a main file includes the composition_1 file, and the composition_1 file includes...

Hi there! I´m trying to add some ajax listeners using mojarra **(tested with 2.2 and 2.3)** and i receive a NullPointerException. **Using Myfaces everything works fine.** Exception: ``` java.lang.NullPointerException at...

modified: impl/src/main/java/com/sun/faces/el/VariableResolverChainWrapper.java modified: impl/src/main/java/javax/faces/event/ValueChangeEvent.java modified: test/servlet30/processAsJspx/src/main/webapp/toForward.jspx - Update year. - Fix url to not have java.net modified: impl/src/main/resources/META-INF/facelet-dev-debug.xml modified: impl/src/main/resources/META-INF/facelet-dev-error.xml modified: impl/src/main/resources/com/sun/faces/facelet-taglib_1_0.dtd - Remove Apache as this was contributed under...

I have a footer which needs to be displayed conditionally. For the moment I have something like this. ``` ... ... ``` This works, but the PrimeFaces data table still...

Although a JSF user might use the JavaScript API to start an ajax request, most simply use the f:ajax tag. JSF tags usually hide away HTML and/or JavaScript stuff, but...

Consider the following examle: ``` **Index.java**import javax.enterprise.context.RequestScoped; import javax.inject.Named; @Named @RequestScoped public class Index { private String text; public String getText() { return text; } public void setText(String text) {...

Priority: Major
Type: Bug

Mojarra 2.3.3 implementation of Server Push seemes to frequently produce protocol violations when handling nested resources. A nested resource is e.g. a CSS file which points to an image: >...

The HtmlCommandLink component does not provide javax.faces.convert.Converter support to convert the displayed output-text, neither as attribute nor as child (e.g. f:validator).