History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: BPM-266
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Wouter Zoons
Reporter: Matthias Bohlen
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
Bpm4Struts Cartridge

Page variables: display them on the JSP page

Created: 06/Nov/05 06:00 PM   Updated: 28/Jan/06 08:33 PM
Component/s: None
Affects Version/s: 3.1
Fix Version/s: 3.2-RC1


 Description   
When page variables are modeled on a transition from a server side state to a client side state, they should be displayed as fields on the JSP page.


 All   Comments   Change History      Sort Order:
Comment by Wouter Zoons [08/Nov/05 11:36 PM]
use the 'renderPageVariables' namespace property

Comment by Matthias Bohlen [09/Nov/05 12:25 PM]
Thank you, Wouter. The page variables are now displayed on the page!

However, the sequence in which they are displayed seems to be arbitrary - the page variables should be displayed in the order in which they are modeled as parameters on the signal event of the transition.

Comment by Wouter Zoons [28/Jan/06 08:33 PM]
hey Matthias this should have been fixed due to changes in the facades implementation in general, all sets have been implemented using a LinkedHashSet instance, meaning ordering is maintained (Chad changed this recently in order to provide for consistent tests between maven1 and maven2, since maven2 does no longer forks a vm when it runs tests), reopen this issue if there should still be a problem