-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Seam / JSF UI
-
Tags:
This method does not place the final delimiter where it should, for instance when calling
#{nxu:joinArrayWithFinalDelimiter(array, ', ', '.')}
if array holds 2 elements, the rendering will be
item1.item2
instead of
item1, item2.
- is required by
-
NXP-15849 Fix display of action categories in UI development mode
- Resolved