Volodymyr Siedlecki

Results 26 issues of Volodymyr Siedlecki

https://issues.apache.org/jira/projects/MYFACES/issues/MYFACES-4450

https://issues.apache.org/jira/browse/MYFACES-4469 Although I don't expect users to wrap these factories more than once, I still used a while loop just in case. (However, I could switch to a if if...

There are behavior difference between Mojarra and MyFaces regarding ui:repeat. The [VLDDoc](https://jakarta.ee/specifications/faces/4.0/vdldoc/ui/repeat.html) is vague, in my opinion. The main one I'm concerned about if `offset="1" size="2"`, but I would appreciate...

mojarra-implemented
EE12

I apologize if this issue has been brought up already, but I'm wondering if there are any plans to address this in a future spec. Scenario: There is a `multipart-config`...

Section 2.2.1 of the Faces Spec says: ``` Using Application.publishEvent(), publish a PostAddToViewEvent with the created UIViewRoot as the event source. ``` My understanding this event should only be fired...

Mojarra supports the following: ``` FaceletContext faceletContext = (FaceletContext)FacesContext.getCurrentInstance().getAttributes().get(FaceletContext.FACELET_CONTEXT_KEY); Object p1 = faceletContext.getAttribute("someParam"); String param = (String)p1; ``` However, the code above does not always work in MyFaces. One workaround...

Originally mentioned by Arjan in the following post: ______ Map headerMap = CDI.current().select(new TypeLiteral() {}, HeaderMap.Literal.INSTANCE).get(); In a way for usability this is quite a step back, but a logical...

This this a problem sprung from #1581 and seen in MyFaces. The special characters, such as less-than, greater-than (< >), are escaped in MyFaces, but not in Mojarra. If they...

mvn javadoc:javadoc produces numberous errors (50+ like so) and causes the build to fail. It's likely better to just ignore these for now so that we can get a successful...

bug
JakartaEE12

#### Description: - Common type files: .xhtml (default), .jsf, and .faces - Bracket Matching / Completion for EL such as #{ ... } or ${ ... } - Tag Completion...