If the user fills in a field called "name" at a form and this field is sent via a hyperlink to another use case, the HTTP POST that should have filled the parameter value will not happen (we're using a hyperlink, that will generate a HTTP GET). Therefore, the value sent to the second use case will be the old value of the field "name".
Does it make sense ? Walter <[EMAIL PROTECTED]> writes: >The user 'filled' the parameters badly ? > >> -----Original Message----- >> From: Walter Mour�o [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, September 08, 2004 1:42 PM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: Re: [Andromda-user] RE: passing data between use cases >> >> I have the following question: how to send the parameters when the >> transition (FrontEndEvent - "hyperlink") goes from a action state >> (FrontEndView) to a final state ? since the parameters values are >filled >> by the user in the action state, the link's parameters didn't have the >> correct value yet. >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idP47&alloc_id808&op=Click >_______________________________________________ >Andromda-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/andromda-user > --------------------------------------------------------------------------- Walter Itamar Mour�o - Diretor de Tecnologia e Projetos - Arcadian S/A www.arcadian.com.br ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
