Hi there, i try to use different types within one Wizard. The idea is, that I need to ask a client different kinds of data. The amount of data varies in what the client has bought. So I will split them into logical groups and for each group of data I make an own type.
Now I want the client to have one big Wizard where he can add or edit his data. Here is my code so far: http://pastebin.com/kn6KfpXc While saving the data I set the actual "ClientID" as the ObjectID for each type, as these tyoes could only exist one time for each client. The problem is, that new or changed data from a former step is not saved. Only if I click" Save" button in each step, the "local" step data is saved correctly. I think I have to bring all data together in one structure, before filling out the Wizard and then split it while saving. But I have no idea how to do it. Anyone has an idea??? Thanks Kay -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
