[#5180] - Input control: Single Select Query produces empty values in listbox

Category:
Bug report
Priority:
High
Status:
Feedback Requested
Project: Severity:
Critical
Resolution:
Reopened
Component: Reproducibility:
Always
Assigned to:

When running a report with input control (single select query) the query executes and fills a dropdown list with 'empty' values. The values are actually imported within the <option value="key"> tag. After that there is no data and the </option> tag closes.

reddolphin's picture
Joined: Feb 3 2011 - 7:55am
Last seen: 12 years 8 months ago

4 Comments:

#1

Thank you for researching the problem.
The issue can’t be reproduced for the latest CE versions.

#2

I'm seeing this issue again in the community edition of JasperServer (V. 4.5.0). I've updated the DefaultParametersForm.Jsp as indicated (now on line 266 instead of 260)

<c:out value="${item.value[1]}"/></option>

to

<c:out value="${item.value[0]}"/></option>

and this resolves the issue of having the single select values all blank when you perform a query to your database.

Product Version: 4.5.0
Build: 20120110_1602

#3
  • Priority:Immediate» High
  • Severity:Major» Critical

I am having the same problem in jasperreports-server-cp-6.1.1.
When i select a value from the LOV the results are displayed in report, but the LOV value text is not showing. I have made a gif to explain the issue better.

AttachmentSize
Image icon ezgif.com-add-text.gif280.64 KB
#4

Hi How can we solve this? I have the same issue. when I run a multi select query, the values cannot be displayed in the input control

Feedback