>Got it, thanks! I will try this out today. > no problem, you're welcome >Can you also please send out the instructions (or point me to the docs) for creating >a main menu with links to various use cases? I couldn't find it in the offline docs I >got with 3.0M1. >
you don't need to do that yourself, the cartridge is already handling that automatically :-) if you want a different interface you need to update the cartridge templates, but the generated WAR bundle works out-of-the-box >Also, if I wanted to turn on the security feature, the doc says that I need to >associate users/roles with the use cases. Where in the model do I create the list of >users? Is it possible to keep this model list in sync with a list of users/roles >created and stored in the db? > you just need to create an 'actor', give it a name and associate it with the use-case (see the bpm4struts how-to, at the bottom) >Thanks, > >Sunondo > > cheers -- Wouter > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tue 6/15/2004 7:32 AM > To: Sunondo Ghosh; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Andromda-user] RE: Creating tables using Hypersonic for AnimalQuiz > > > > "Sunondo Ghosh" <[EMAIL PROTECTED]> wrote: > > >Hey Wouter, > > > >Did you mean an incoming transition (when you said outgoing below)? > > > > no > > > >I have currently adding an incoming transition to the FrontEndView > >called Display User List. I had not given any name to it based on the > >example from the animal quiz which is the transition from "prompt the > >user" to "answer question" (where the question is being sent to "answer > >question"). Should I give it a name? > > > > no, what you did is correct, the name will be ignored if you would add it > > >I have added a param userList to this transition and given it a data > >type of Collection. This param by default has the following tags: > >@andromda.struts.view.field.format : String[*] > >@andromda.struts.view.field.required : String[*] > > > >In MagicDraw, I couldn't figure out how to add > >@andromda.struts.view.field.type = select > > > > yeah, you're probably using 3.0M1, you will need that tagged value yourself > (define it in the model) and assign it the 'select' value on the model element > > > >When I click on Edit Tag Definitions and the on the Add button I see a > >"Select Extension Element Storage" popup. What do I need to select > >there? > > > > no idea, I never had that > > >Thanks, > > > >Sunondo > > > > > my previous email is correct, outgoing transition trigger parameters describe the > possible forms on a page > > > -- Wouter > > > __________________________________________________________________ > Introducing the New Netscape Internet Service. > Only $9.95 a month -- Sign up today at http://isp.netscape.com/register > > Netscape. Just the Net You Need. > > New! Netscape Toolbar for Internet Explorer > Search from anywhere on the Web and block those annoying pop-ups. > Download now at http://channels.netscape.com/ns/search/install.jsp > > > __________________________________________________________________ Introducing the New Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
