Yes, that's very normal,

The hyperlink and the form represent different actions

You need to preload the 'name' field using the controller and then the
hyperlink will display it correctly

A hyperlink can never sent data that is filled in a form, a hyperlink is
rendered as HTML and what is sent is determined at page construction
(runtime)

w

> -----Original Message-----
> From: Walter Mourão [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 08, 2004 4:56 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Andromda-user] RE: passing data between use cases
> 
> 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_idP47&alloc_id808&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to