jakartaee / jakartaee/faces

Add sychronous calls for jsf.ajax.request

Open
#654 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Component: Uncategorized Priority: Minor Type: New Feature
Dominant language
Java
Stars
127
Forks
59
Avg merge
23h
Merged PRs (30d)
7

Description

Allow synchronous calls from jsf.ajax.request.

Presumably this could be done with an option flag of async: false (with true
being the default).

Environment

Operating System: All
Platform: All

Affected Versions

[2.0]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the jsf.ajax.request implementation and the tests covering its request options. Trace how the current asynchronous request is configured and determine how an async: false option should behave. Done means synchronous calls work while the existing default remains asynchronous, with coverage for both modes.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.