Get the value of dynamic combobox

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Get the value of dynamic combobox

djalma.saraiva
<BASE href="file://C:\Program Files\Common Files\Microsoft Shared\Stationery\">
Hello,

I have two como box dinamic and the value of second combo box depend of the value selected in the first combo box.
Now, I'm trying get the value of second combo box. I have tried in the site of the Orbeon, searching in any sites, but don't work.
Can you help me?
 
Please find attached the project. The combo is in tab "roteamento".
 
Thanks!

Djalma Saraiva
[hidden email]
Tel +55 51 2117 1872 | +55 11 3717 5271
 
 
 


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

test.zip (326K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Get the value of dynamic combobox

Alexander Žaťko
<base href="file://C:\Program Files\Common Files\Microsoft Shared\Stationery\">Djalma,

Did you look in the list archives? This kind of question was discussed here before.

A.

On Jan 10, 2008, at 6:17 PM, Djalma Saraiva - PROJELER wrote:

Hello,

I have two como box dinamic and the value of second combo box depend of the value selected in the first combo box.
Now, I'm trying get the value of second combo box. I have tried in the site of the Orbeon, searching in any sites, but don't work.
Can you help me?
 
Please find attached the project. The combo is in tab "roteamento".
 
Thanks!

Djalma Saraiva
[hidden email]
Tel +55 51 2117 1872 | +55 11 3717 5271
 
 
 <test.zip>

--
You receive this messa! ge as a s ss="Apple-converted-space"> [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Get the value of dynamic combobox

djalma.saraiva
<BASE href="file://C:\Program Files\Common Files\Microsoft Shared\Stationery\">
Alexander,
 
A friend of the community can me help create the dynamic combo, but nobody answered me how get the value of the dynamic combo.
 
Note: I can get the value of the first combo that is static. But i can't the second combo (dynamic).
 
Someone help me?

Djalma Saraiva
[hidden email]
Tel +55 51 2117 1872 | +55 11 3717 5271
 
 
 
----- Original Message -----
Sent: Thursday, January 10, 2008 3:25 PM
Subject: Re: [ops-users] Get the value of dynamic combobox

Djalma,

Did you look in the list archives? This kind of question was discussed here before.

A.

On Jan 10, 2008, at 6:17 PM, Djalma Saraiva - PROJELER wrote:

Hello,

I have two como box dinamic and the value of second combo box depend of the value selected in the first combo box.
Now, I'm trying get the value of second combo box. I have tried in the site of the Orbeon, searching in any sites, but don't work.
Can you help me?
 
Please find attached the project. The combo is in tab "roteamento".
 
Thanks!

Djalma Saraiva
[hidden email]
Tel +55 51 2117 1872 | +55 11 3717 5271
 
 
 <test.zip>

--
You receive this messa! ge as a s ss="Apple-converted-space"> [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
OW2 mailing lists service home page: http://www.ow2.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Get the value of dynamic combobox

Alessandro Vernet
Administrator
Djalma,

On Jan 10, 2008 9:37 AM, Djalma Saraiva - PROJELER
<[hidden email]> wrote:
> A friend of the community can me help create the dynamic combo, but nobody
> answered me how get the value of the dynamic combo.
>
> Note: I can get the value of the first combo that is static. But i can't the
> second combo (dynamic).

I don't quite get what you mean by "get the value from the second
combo box". Are you talking about the value selected by the end-user
in that box? That value will be stored in the instance, in the node to
which the combo box is bound to.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Get the value of dynamic combobox

djalma.saraiva
Exactly. I want to show, for example, on a label that the user select in the
second combobox , later I will have to do tests with that value. But I can't
only use output ref because this combo is dynamic and has filters of values.
Can I understand?
Please find attached the code.

Thanks!
Note: Sorry my bad English. I'm brazilian.

Djalma Saraiva
[hidden email]
Tel +55 51 2117 1872 | +55 11 3717 5271

www.projeler.com.br


----- Original Message -----
From: "Alessandro Vernet" <[hidden email]>
To: <[hidden email]>
Sent: Thursday, January 10, 2008 6:05 PM
Subject: Re: [ops-users] Get the value of dynamic combobox


> Djalma,
>
> On Jan 10, 2008 9:37 AM, Djalma Saraiva - PROJELER
> <[hidden email]> wrote:
>> A friend of the community can me help create the dynamic combo, but
>> nobody
>> answered me how get the value of the dynamic combo.
>>
>> Note: I can get the value of the first combo that is static. But i can't
>> the
>> second combo (dynamic).
>
> I don't quite get what you mean by "get the value from the second
> combo box". Are you talking about the value selected by the end-user
> in that box? That value will be stored in the instance, in the node to
> which the combo box is bound to.
>
> Alex
> --
> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
> http://www.orbeon.com/
>

--------------------------------------------------------------------------------


>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws