f:param support for f:ajax
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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