faces icon indicating copy to clipboard operation
faces copied to clipboard

Jakarta Faces

Results 179 faces issues
Sort by recently updated
recently updated
newest added

With JSF2's ajax features it is possible to specify a list of execute ids that should be considered on ajax form submission. With jsf.ajax.request the execute ids can be specified...

Type: Improvement
Priority: Minor

Several times I've had the problem, that I want to process only some UIInputs of a form that requires to rerender this form after the AJAX request completed. The other...

Type: New Feature
Priority: Minor

A clarification is needed to state that no form controls should be sent if the 'execute' option is @none. Currently, all form controls are encoded and sent regardless. #### Affected...

Priority: Minor
Type: Bug

I created a JSF 2 composite component that is rendered almost entirely using JavaScript. When the user makes a selection, it sets the value of a hidden input field. I...

Type: Improvement
Priority: Minor

f:ajax doesn't obey the 'execute' attribute but always sends all the fields in a form. Mojarra does, however, only process the listed fields as supposed. However, excess fields shouldn't be...

Priority: Major
Type: Bug

Currently it is not possible to use parents of forms as render targets in or jsf.ajax.request. If an element containing one or more forms is specified in the render attribute,...

Priority: Minor
Type: Bug
Component: Components/Renderers
facelets
javascript

I would really like the ability to add HTTP headers to an ajax request through the jsf.ajax.request(...) call #### Affected Versions [2.2]

Type: Improvement
Priority: Minor

I need to access the response headers in a callback function as defined in section 14.4.1\. I propose to extend TABLE 14-4 Event Data Payload like this: responseHeaders | The...

Priority: Minor
Type: Sub-task

when calling an action-method that returns a string (viewId), f:ajax tries to update the whole page with the new view. This fails, when the source of the new view contains...

Priority: Minor
Type: Bug

I suggest to introduce concept of decoders as functionality that works independently from rendering functionality. JSF already has dedicated Renderer class. So it makes sense to do the same thing...

Type: Improvement
Priority: Minor