bluesoft-rnd / aperte-reports

Automatically exported from code.google.com/p/aperte-reports
0 stars 4 forks source link

Checkbox Input Type not returning a value #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a report with a checkbox parm
2. display the result of a checked and/or unchecked parm
3. Result is null in both cases

What is the expected output? What do you see instead?

I expect to see a String containing 'true' if checked, 'false' if not.  Both 
cases are returning null.

What version of the product are you using? On what operating system?

aperte-reports-ui-2.3.war on Windows 7

Please provide any additional information below.

Here is the parm definition:

    <parameter name="UserInput_PortfoliosWithoutBillingRecords" class="java.lang.String">
        <property name="input_type" value="checkbox"/>  
        <property name="required" value="true"/>
        <property name="label" value="Show only associated?"/>
    </parameter>

Original issue reported on code.google.com by mcdermot...@gmail.com on 1 May 2013 at 2:35

GoogleCodeExporter commented 9 years ago
Also tried on most recent version 2.4-RC1 same result.

Original comment by mcdermot...@gmail.com on 1 May 2013 at 5:20

GoogleCodeExporter commented 9 years ago
Hi!

I will look at this problem in a day or two.

Tomek

Original comment by tsera...@bluesoft.net.pl on 5 May 2013 at 8:19

GoogleCodeExporter commented 9 years ago
Thanks Tomek, if there is anything else I can provide to make the 
troubleshooting easier, just let me know.

Original comment by mcdermot...@gmail.com on 6 May 2013 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by tsera...@bluesoft.net.pl on 6 May 2013 at 7:50

GoogleCodeExporter commented 9 years ago
Hi!

I'm sorry for keeping you waiting so long... There is an error in the 
application and I will try to correct it not later than tomorrow. Probably at 
the begining of the next week a new version of the project will be available.

Tomek

Original comment by tsera...@bluesoft.net.pl on 9 May 2013 at 12:02

GoogleCodeExporter commented 9 years ago
Solution to the problem can be found in the 'development' branch. If you don't 
want to get and build sources, please wait for the next release of Aperte 
Reports.

Tomek

Original comment by tsera...@bluesoft.net.pl on 9 May 2013 at 1:04

GoogleCodeExporter commented 9 years ago
I built the new version and it works as expected.  Thank you.

Original comment by mcdermot...@gmail.com on 20 May 2013 at 2:20