jakartaee / jakartaee/faces

f:param support for f:ajax

Open
#742 14 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Consider:
```





Hello JSF 2!

























```

Note the ``
indented in `` to hold the country viewParam .

Note the f:viewParam 'country' is required for this view.

Note the f:ajax usage with the radio. When the radio is activated,
the country request parameter is not included and causes an error.

See [https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1532](https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1532) for further
details.
#### Environment
Operating System: All
Platform: Macintosh
#### Affected Versions
[2.1]

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 with the f:ajax usage on the h:selectOneRadio and the f:param nested in h:commandButton, then review the linked issue 1532 for the detailed behavior. Done means activating the radio no longer drops the required country view parameter and does not cause the f:viewParam validation error.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
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.