exf:sort not working in orbeon 3.2

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

exf:sort not working in orbeon 3.2

adev

 Hi,
 
 I got to sort a drop down list in alphabetical order. I am currently using orbeon 3.2
 
 I tried using exf:sort but its not working in my environment, it gives me a blank list.
 Although the same is working when I uploaded it at http://www.orbeon.com/ops/xforms-sandbox/.

 Is there any way I can get it working in environment. I don't want to upgrade right now.

Thanks in advance.
Reply | Threaded
Open this post in threaded view
|

RE: exf:sort not working in orbeon 3.2

Ryan Puddephatt-3
I would say no, unless you want to go through all the server code to find the exf:sort fix and its dependancies

Why don't you want to upgrade to 3.6?

-----------------------------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com


-----Original Message-----
From: adev [mailto:[hidden email]]
Sent: 10 July 2008 11:43
To: [hidden email]
Subject: [ops-users] exf:sort not working in orbeon 3.2



 Hi,
 
 I got to sort a drop down list in alphabetical order. I am currently using orbeon 3.2
 
 I tried using exf:sort but its not working in my environment, it gives me a blank list.
 Although the same is working when I uploaded it at http://www.orbeon.com/ops/xforms-sandbox/.

 Is there any way I can get it working in environment. I don't want to upgrade right now.

Thanks in advance.
--
View this message in context: http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18380178.html
Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.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: exf:sort not working in orbeon 3.2

adev
Hi Ryan,

Thanks for the reply.
I am a bit skeptical about the backward compatibility. My Forms are working fine currently. Alphabetical sorting is a small thing and was wondering if there is a quick fix.

Thanks.

.
Ryan Puddephatt-3 wrote
I would say no, unless you want to go through all the server code to find the exf:sort fix and its dependancies

Why don't you want to upgrade to 3.6?

-----------------------------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: rpuddephatt@latentzero.com
Web: http://www.latentzero.com


-----Original Message-----
From: adev [mailto:ashutosh@harbinger-systems.com]
Sent: 10 July 2008 11:43
To: ops-users@ow2.org
Subject: [ops-users] exf:sort not working in orbeon 3.2



 Hi,
 
 I got to sort a drop down list in alphabetical order. I am currently using orbeon 3.2
 
 I tried using exf:sort but its not working in my environment, it gives me a blank list.
 Although the same is working when I uploaded it at http://www.orbeon.com/ops/xforms-sandbox/.

 Is there any way I can get it working in environment. I don't want to upgrade right now.

Thanks in advance.
--
View this message in context: http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18380178.html
Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


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

Re: RE: exf:sort not working in orbeon 3.2

Erik Bruchez
Administrator
I don't think we ever had a 3.2 version. Do you mean 3.0.2? That was a  
very small patch to 3.0.1, which came out about 2 1/2 years ago.

If this function was not implemented in that version, and you don't  
want to upgrade, then I fear that you are out of luck.

In theory you can get the source code for both versions and try to  
patch the older one, but my guess is that neither you or us want to do  
this. The code has had massive changes since then. So no quick fix.

As a workaround, you could do the sorting in XSLT, implemented as a  
service, and call that from your XForms.

-Erik

On Jul 10, 2008, at 4:56 AM, adev wrote:

>
> Hi Ryan,
>
> Thanks for the reply.
> I am a bit skeptical about the backward compatibility. My Forms are  
> working
> fine currently. Alphabetical sorting is a small thing and was  
> wondering if
> there is a quick fix.
>
> Thanks.
>
> .
> Ryan Puddephatt-3 wrote:
>>
>> I would say no, unless you want to go through all the server code  
>> to find
>> the exf:sort fix and its dependancies
>>
>> Why don't you want to upgrade to 3.6?
>>
>> -----------------------------------------------
>> Ryan Puddephatt
>> FIX Developer
>> Fidessa LatentZero
>> 1 Alfred Place
>> London WC1E 7EB
>> Office: +44 (0) 20 7462 4200
>> Direct: +44 (0) 20 7323 6112
>> Blackberry: +44 (0) 79 8539 2458
>> Fax: +44 (0) 20 7462 4242
>> Email: [hidden email]
>> Web: http://www.latentzero.com
>>
>>
>> -----Original Message-----
>> From: adev [mailto:[hidden email]]
>> Sent: 10 July 2008 11:43
>> To: [hidden email]
>> Subject: [ops-users] exf:sort not working in orbeon 3.2
>>
>>
>>
>> Hi,
>>
>> I got to sort a drop down list in alphabetical order. I am currently
>> using orbeon 3.2
>>
>> I tried using exf:sort but its not working in my environment, it  
>> gives me
>> a blank list.
>> Although the same is working when I uploaded it at
>> http://www.orbeon.com/ops/xforms-sandbox/.
>>
>> Is there any way I can get it working in environment. I don't want to
>> upgrade right now.
>>
>> Thanks in advance.
>> --
>> View this message in context:
>> http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18380178.html
>> Sent from the ObjectWeb OPS - Users mailing list archive at  
>> Nabble.com.
>>
>>
>>
>> ______________________________________________________________________
>> This email has been scanned by the MessageLabs Email Security System.
>> For more information please visit http://www.messagelabs.com/email
>> ______________________________________________________________________
>>
>> _______________________________________________________________________
>> The information transmitted is intended only for the person or  
>> entity to
>> which it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use  
>> of, or
>> taking of any action in reliance upon, this information by persons or
>> entities other than the intended recipient is prohibited. If you  
>> received
>> this in error, please contact the sender and delete the material  
>> from any
>> computer.
>>
>> _____________________________________________________________________
>> This e-mail has been scanned for viruses by Verizon Business Internet
>> Managed Scanning Services - powered by MessageLabs. For further
>> information visit http://www.mci.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
>>
>>
>
> --
> View this message in context: http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18381305.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.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
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
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: RE: exf:sort not working in orbeon 3.2

adev

Hi Eric,

 I got it working...  it was a mistake on my part.
 Thanks a lot for you help.

Erik Bruchez wrote
I don't think we ever had a 3.2 version. Do you mean 3.0.2? That was a  
very small patch to 3.0.1, which came out about 2 1/2 years ago.

If this function was not implemented in that version, and you don't  
want to upgrade, then I fear that you are out of luck.

In theory you can get the source code for both versions and try to  
patch the older one, but my guess is that neither you or us want to do  
this. The code has had massive changes since then. So no quick fix.

As a workaround, you could do the sorting in XSLT, implemented as a  
service, and call that from your XForms.

-Erik

On Jul 10, 2008, at 4:56 AM, adev wrote:

>
> Hi Ryan,
>
> Thanks for the reply.
> I am a bit skeptical about the backward compatibility. My Forms are  
> working
> fine currently. Alphabetical sorting is a small thing and was  
> wondering if
> there is a quick fix.
>
> Thanks.
>
> .
> Ryan Puddephatt-3 wrote:
>>
>> I would say no, unless you want to go through all the server code  
>> to find
>> the exf:sort fix and its dependancies
>>
>> Why don't you want to upgrade to 3.6?
>>
>> -----------------------------------------------
>> Ryan Puddephatt
>> FIX Developer
>> Fidessa LatentZero
>> 1 Alfred Place
>> London WC1E 7EB
>> Office: +44 (0) 20 7462 4200
>> Direct: +44 (0) 20 7323 6112
>> Blackberry: +44 (0) 79 8539 2458
>> Fax: +44 (0) 20 7462 4242
>> Email: rpuddephatt@latentzero.com
>> Web: http://www.latentzero.com
>>
>>
>> -----Original Message-----
>> From: adev [mailto:ashutosh@harbinger-systems.com]
>> Sent: 10 July 2008 11:43
>> To: ops-users@ow2.org
>> Subject: [ops-users] exf:sort not working in orbeon 3.2
>>
>>
>>
>> Hi,
>>
>> I got to sort a drop down list in alphabetical order. I am currently
>> using orbeon 3.2
>>
>> I tried using exf:sort but its not working in my environment, it  
>> gives me
>> a blank list.
>> Although the same is working when I uploaded it at
>> http://www.orbeon.com/ops/xforms-sandbox/.
>>
>> Is there any way I can get it working in environment. I don't want to
>> upgrade right now.
>>
>> Thanks in advance.
>> --
>> View this message in context:
>> http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18380178.html
>> Sent from the ObjectWeb OPS - Users mailing list archive at  
>> Nabble.com.
>>
>>
>>
>> ______________________________________________________________________
>> This email has been scanned by the MessageLabs Email Security System.
>> For more information please visit http://www.messagelabs.com/email
>> ______________________________________________________________________
>>
>> _______________________________________________________________________
>> The information transmitted is intended only for the person or  
>> entity to
>> which it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use  
>> of, or
>> taking of any action in reliance upon, this information by persons or
>> entities other than the intended recipient is prohibited. If you  
>> received
>> this in error, please contact the sender and delete the material  
>> from any
>> computer.
>>
>> _____________________________________________________________________
>> This e-mail has been scanned for viruses by Verizon Business Internet
>> Managed Scanning Services - powered by MessageLabs. For further
>> information visit http://www.mci.com
>>
>>
>> --
>> You receive this message as a subscriber of the ops-users@ow2.org  
>> mailing
>> list.
>> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
>> For general help: mailto:sympa@ow2.org?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/exf%3Asort-not-working-in-orbeon-3.2-tp18380178p18381305.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



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