cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to create Jasper report custom input page with itempicker

rgm1
6-Contributor

How to create Jasper report custom input page with itempicker

Has anyone tried to create a custom input page for a Jasper report with an itempicker?  I see that the ootb  ChangeSummary report uses one - I tried to copy the pattern where it uses a .js script to set the contextOid (of the selectedobject) as a hidden input (and verify it is set when I debug) and submits the form but it is not getting passed to the report task.xml.  

 

Thanks.

 

 

2 REPLIES 2
rgm1
6-Contributor
(To:VladimirN)

Thanks - I did see this but this does not include a picker.  I tried to modify by adding above the name

 

<wctags:itemPicker id="itemPicker" objectType="wt.part.WTPart" label="part picker" />

 

but when I click the search button the popup window is blank.  Am I missing something?  I am using this generic tag from the pickers help page.

Top Tags