|
Home > Archive > WebSphere HATS > December 2005 > Retrive value from field widget
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Retrive value from field widget
|
|
| raulhsj 2005-12-20, 2:58 am |
| Hi, I need to know the value I'm giving as input in a field widget to assing it to a
form input. Is there any way to do it?
Thanks | |
| George Baker 2005-12-20, 5:45 pm |
| In article <raulhsj.20cckz@mail.webservertalk.com>,
raulhsj.20cckz@mail.webservertalk.com says...
>
> Hi, I need to know the value I'm giving as input in a field widget to
> assing it to a
> form input. Is there any way to do it?
> Thanks
>
>
>
> --
> raulhsj
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1330560.html
>
>
I don't exactly follow your question, but sounds like you need to assign
it to a global variable.
| |
| Marta L 2005-12-21, 7:45 am |
| I assume that you want to keep the value within a global variable.
I could do it this way: You must have a screen customization for the screen
where the input is, and define as action a new one: extract a variable
globlal from the required input field. This action must be placed after the
action apply a transformation, otherwise it doesn't work.
The order sounds strange but it works.
"George Baker" <gbaker@us.ibm.com> escribió en el mensaje
news:MPG.1e12087c54e2f18a9896cf@news.software.ibm.com...
> In article <raulhsj.20cckz@mail.webservertalk.com>,
> raulhsj.20cckz@mail.webservertalk.com says...
> I don't exactly follow your question, but sounds like you need to assign
> it to a global variable.
|
|
|
|
|