Form partial submit
- Dominant language
- Java
- Stars
- 127
- Forks
- 59
- Avg merge
- 23h
- Merged PRs (30d)
- 7
Description
talking with @BalusC we came to the same conclusion that inside faces.js
the method faces.getViewState should include the partial submit logic and, to do that,
the best solution is to change the firm of the method like this:
`faces.getViewState = function(form,execute)`
https://github.com/omnifaces/omnifaces/issues/699
I'm working on it and, as suggested by @BalusC, inside Mojarra it should be an experimental feature
Where and how I should add and read a global variable to enable/disable partial submit?
Contributor guide
Research direction
Start with faces.js and the faces.getViewState entry point, then review the linked OmniFaces issue and Mojarra's experimental-feature context. Determine where the global setting for enabling or disabling partial submit belongs and how it should be read; done means the proposed method signature and feature toggle behavior are defined and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100