if changing the order of steps needs the property ref to be updated with the new step array bean property , then it has not been fixed.
i added a test to PLR and comments to this issue <http://www.telscenter.org/jira/browse/OWL-257> serialiying transient values -Tony On 5/26/07, Turadg <[EMAIL PROTECTED]> wrote: > > > Have we fixed this one? > > On Apr 28, 8:57 pm, "Anthony Perritano" <[EMAIL PROTECTED]> wrote: > > Turadg, i know you said that pods have no order. steps in activities do. > i > > am running up aganist a strange bug. heres the scenario: > > > > i start out with one activity, one step. > > > > Act 1 > > note 1 > > > > i add a new step > > > > Act 1 > > note 1 > > displaypage 1 > > > > now, i reorder them: > > Act 1 > > displaypage 1 > > note 1 > > > > i step through this, i explicitly make a new step[] and set it on the > > activity > > pasActivity.setSteps(steps[]) and the bean property change listener gets > > fired. > > > > then i save it. > > > > when i load the curnit back in, it goes back to the original order: > > Act 1 > > note 1 > > displaypage 1 > > > > i confirmed that the order is not saved with the test: > > > > SwitchingStepsCurnitTest > > > > in PLR > > > > check it out > > > > Tony > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
