-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.21
-
Fix Version/s: 2.0.22, 3.0.0 PDFBox
-
Component/s: AcroForm
-
Labels:None
While writing a test for the radio button example (PDFBOX-4939), I noticed that getSelectedExportValues() returns a list with "a" instead of "c" despite that "c" is selected. The reason for this is that the index is not incremented.