just create a use-case that stands on itself: no final states or anything, just let the corresponding activity graph end in an action state without any outgoing transitions
so if you've modeled everything correctly your use-case will have generated a single JSP page, just copy it into your /src/jsp tree (and add it to your CVS) and have the copy-over feature copy it over the auto-generated one (that way you'll be sure to use it everytime, read the tips&tricks section of the bpm4struts cartride documentation) the only thing you'll need to do is include the use-case where you would normally insert the tile (so tiles:insert an action instead of a page) -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=299#299 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- 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=7412&alloc_id=16344&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
