- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 06:57 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 01:42 PM
I have found a solution: I converted the array to a string, and with the numbers of the changes, I also passed the following text to the ui page:
^NQnumberSTARTSWITH
This is how I passed it to the UI page:
<j:set var="jvar_numbers" value="${RP.getWindowProperties().get('Change_Requests')}">
</j:set>
<g:ui_reference name="number" id="number" query="${jvar_numbers}" table="change_request" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 01:42 PM
I have found a solution: I converted the array to a string, and with the numbers of the changes, I also passed the following text to the ui page:
^NQnumberSTARTSWITH
This is how I passed it to the UI page:
<j:set var="jvar_numbers" value="${RP.getWindowProperties().get('Change_Requests')}">
</j:set>
<g:ui_reference name="number" id="number" query="${jvar_numbers}" table="change_request" />