-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 5.3.2
-
Fix Version/s: 11.2
-
Component/s: Seam / JSF UI
-
Backlog priority:50
Steps to reproduce:
- display a layout with two distinct widgets both using the "coverage_widget.xhtml" template
- submit the form
=> NullPointerException in ChainSelect
This is due to bad referencing between chain select sub components: trying to fix the error by using safer code will result in a validation error as the second chain select will not resolve the second select value correctly (and incomplete selections are not allowed)
- depends on
-
NXP-4935 Rewrite selection/directory widget types
- Resolved