Skip to content
Success

Changes

Summary

  1. Fix form value hidden by a value in page context (details)
  2. Don't set value in PageSessionResolver if base == null (details)
Commit 9eb2f0f4d65afc43a9b292f908f6aa11fa097c3e by Ondro Mihalyi
Fix form value hidden by a value in page context
Sometimes Page context resolver goes before the general resolver.
If it contains the same property (e.g. with null value) then it hides the value in other sources.
This fix sets the value from the form also to page context so that it's not covered.
Fixes a bug in GlassFish Admin Console for some form values.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
The file was modified jsftemplating/src/main/java/com/sun/jsftemplating/el/PageSessionResolver.java (diff)
Commit f6b3486b8c40bffcee2b6feac683c1289ef3dfcf by Ondro Mihalyi
Don't set value in PageSessionResolver if base == null
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
The file was modified jsftemplating/src/main/java/com/sun/jsftemplating/el/PageSessionResolver.java (diff)