You would have a textbox only if your transition to 'manage' has a parameter with the same name as the incoming table collection (in this case that name is 'operations')
Rather than trying to explain everything again I recommend going here: http://team.andromda.org/docs/andromda-bpm4struts-cartridge/howto8.html Good luck -- Wouter > -----Original Message----- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 24, 2005 8:44 PM > To: Burford, Jon > Cc: Wouter Zoons > Subject: Re: lists/tables > > Sorry Jon, > > I saw this email and then forgot to reply. Maybe Wouter can help you out > with this question. > > Chad > > P.S. That's why its good to include the andromda-user list in these > emails, if I don't answer it Wouter (or another developer) most likely > will (especially since he's the developer of bpm4struts). > > Burford, Jon wrote: > > > Chad - > > > > I have an activity diagram which has three states: > > > > Load > > > > Select <<FrontEndView>> > > > > Manage > > > > The Load state defers to a controller method which takes a Collection. > > It then has a signal trigger to the Select state with a tagged > > Collection (setting all the table attributes). The parameter is called > > "operations" and contains a list of objects which I call "operations" > > in my Model. The Select form comes up and displays my table properly > > (as initialized by my Controller method) with a "Manage" button to > > take the user to the Manage state. The problem is that I also get a > > text box which contains a String representation of the operations > > Collection parameter (as if you did ((Object)operations).toString(), > > giving you the Object type and hex id). In comparing my example to the > > online-store, I notice the equivalent Load to Select transition in > > that model does not have the hyperlinkText and hyperlinkTextActive > > tagged values, whereas my Load to Select transition does. Is this what > > is causing the text box with the Collection object ID to show up? Have > > I done or not done something else wrong? I'm really at my wit's end on > > this one. > > > > Thanks! > > > > Jon > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
