[ http://jira.andromda.org/browse/BPM-191?page=comments#action_11544 ] Wouter Zoons commented on BPM-191: ----------------------------------
okay, so one problem remains, I'll try to describe it with an example (also, I was a little confused by your wording in the issue description: you used 'referenced' where I think it should be 'referencing') so here we go: 1. suppose you have an entity A that is referenced from B, the relationship is like this: A ---[*] B 2. this means there is no link to B on the A crud form 3. in order to jump to B you will need to select it from the entity-switcher (there will be an asterisk next to its name) it is no problem to also pass the id of the current A instance and prefill the reference to it on the B crud form, but suppose B has two references to A (i.e. two foreign keys) which one should be taken ? > Add "add referenced entity" button/selectbox > -------------------------------------------- > > Key: BPM-191 > URL: http://jira.andromda.org/browse/BPM-191 > Project: Bpm4Struts Cartridge > Type: Improvement > Components: CRUD > Versions: 3.0 Final > Reporter: Leif Johansson > Assignee: Wouter Zoons > > Given a composite relation with 0..1 or 0..* multiplicity in the > B-endpoint it would be very nice to be able to jump to the crud- > form of the referenced entity (B-endpoint) with the id attribute > of the A-endpoint already filled-out. > This allows one to create a tree of entities in a natrual top- > down mannor. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
