I'm sure this used to work before

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

I'm sure this used to work before

Alex Sharaz
Hi,
The attached file, when opened in firefox displays what I'd expect.


When I run it in the xforms sandbox, it doesn't display any of the

<xforms:select ref="/survey/questions/question1/howraised"
appearance="full">

                            <xforms:choices>
                                <xforms:item>
                                    <xforms:label>Personal visit to a
helpdesk</xforms:label>
                                    <xforms:value>Personal
visit</xforms:value>
                                </xforms:item>
                                <xforms:item>
 
<xforms:label>Telephone</xforms:label>

 
<xforms:value>Telephone</xforms:value>
                                </xforms:item>
                                <xforms:item>
                                    <xforms:label>Email</xforms:label>
                                    <xforms:value>Email</xforms:value>
                                </xforms:item>
                                <xforms:item>

                                    <xforms:label>Web self
service</xforms:label>
                                    <xforms:value>Web</xforms:value>
                                </xforms:item>
                                <xforms:item>
                                    <xforms:label>Other</xforms:label>
                                    <xforms:value>Other</xforms:value>
                                </xforms:item>

                            </xforms:choices>
                        </xforms:select>


Selection.

I'm 99% sure that this worked before I upgraded to the
3.0.1.200607061227 version


*****************************************************************************************
To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html
*****************************************************************************************

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

question1.xhtml (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: I'm sure this used to work before

Erik Bruchez
Administrator
Alex,

I think we broke something. If you remove the xforms:choices, then
things work as expected (except you can't have spaces in your values
when using multiple selection, so "Personal visit" doesn't work).

-Erik

Alex Sharaz wrote:

> Hi,
> The attached file, when opened in firefox displays what I'd expect.
>
>
> When I run it in the xforms sandbox, it doesn't display any of the
>
> <xforms:select ref="/survey/questions/question1/howraised"
> appearance="full">
>
>                             <xforms:choices>
>                                 <xforms:item>
>                                     <xforms:label>Personal visit to a
> helpdesk</xforms:label>
>                                     <xforms:value>Personal
> visit</xforms:value>
>                                 </xforms:item>
>                                 <xforms:item>
>  
> <xforms:label>Telephone</xforms:label>
>
>  
> <xforms:value>Telephone</xforms:value>
>                                 </xforms:item>
>                                 <xforms:item>
>                                     <xforms:label>Email</xforms:label>
>                                     <xforms:value>Email</xforms:value>
>                                 </xforms:item>
>                                 <xforms:item>
>
>                                     <xforms:label>Web self
> service</xforms:label>
>                                     <xforms:value>Web</xforms:value>
>                                 </xforms:item>
>                                 <xforms:item>
>                                     <xforms:label>Other</xforms:label>
>                                     <xforms:value>Other</xforms:value>
>                                 </xforms:item>
>
>                             </xforms:choices>
>                         </xforms:select>
>
>
> Selection.
>
> I'm 99% sure that this worked before I upgraded to the
> 3.0.1.200607061227 version
>
>
>
> ------------------------------------------------------------------------
>
> *****************************************************************************************
> To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html
> *****************************************************************************************
>
>
> ------------------------------------------------------------------------
>
>
> --
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: I'm sure this used to work before

Erik Bruchez
Administrator
Alex,

This bug should be fixed now:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=305722&group_id=168&atid=350207

-Erik

Erik Bruchez wrote:

> Alex,
>
> I think we broke something. If you remove the xforms:choices, then
> things work as expected (except you can't have spaces in your values
> when using multiple selection, so "Personal visit" doesn't work).
>
> -Erik
>
> Alex Sharaz wrote:
>> Hi,
>> The attached file, when opened in firefox displays what I'd expect.
>>
>>
>> When I run it in the xforms sandbox, it doesn't display any of the
>> <xforms:select ref="/survey/questions/question1/howraised"
>> appearance="full">
>>
>>                             <xforms:choices>
>>                                 <xforms:item>
>>                                     <xforms:label>Personal visit to a
>> helpdesk</xforms:label>
>>                                     <xforms:value>Personal
>> visit</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>  
>> <xforms:label>Telephone</xforms:label>
>>
>>  
>> <xforms:value>Telephone</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>                                     <xforms:label>Email</xforms:label>
>>                                     <xforms:value>Email</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
>>                                     <xforms:label>Web self
>> service</xforms:label>
>>                                     <xforms:value>Web</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>                                     <xforms:label>Other</xforms:label>
>>                                     <xforms:value>Other</xforms:value>
>>                                 </xforms:item>
>>
>>                             </xforms:choices>
>>                         </xforms:select>
>>
>>
>> Selection.
>>
>> I'm 99% sure that this worked before I upgraded to the
>> 3.0.1.200607061227 version
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> *****************************************************************************************
>>
>> To view the terms under which this email is distributed, please go to
>> http://www.hull.ac.uk/legal/email_disclaimer.html
>> *****************************************************************************************
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> 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
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: I'm sure this used to work before

Alex Sharaz
o.k. thanks, I'll download the snapshot and give it a try
Alex

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Monday, July 17, 2006 2:02 PM
To: [hidden email]
Subject: Re: [ops-users] I'm sure this used to work before

Alex,

This bug should be fixed now:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=305722&grou
p_id=168&atid=350207

-Erik

Erik Bruchez wrote:

> Alex,
>
> I think we broke something. If you remove the xforms:choices, then
> things work as expected (except you can't have spaces in your values
> when using multiple selection, so "Personal visit" doesn't work).
>
> -Erik
>
> Alex Sharaz wrote:
>> Hi,
>> The attached file, when opened in firefox displays what I'd expect.
>>
>>
>> When I run it in the xforms sandbox, it doesn't display any of the
>> <xforms:select ref="/survey/questions/question1/howraised"
>> appearance="full">
>>
>>                             <xforms:choices>
>>                                 <xforms:item>
>>                                     <xforms:label>Personal visit to a
>> helpdesk</xforms:label>
>>                                     <xforms:value>Personal
>> visit</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>  
>> <xforms:label>Telephone</xforms:label>
>>
>>  
>> <xforms:value>Telephone</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
<xforms:label>Email</xforms:label>
>>
<xforms:value>Email</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
>>                                     <xforms:label>Web self
>> service</xforms:label>
>>                                     <xforms:value>Web</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
<xforms:label>Other</xforms:label>
>>
<xforms:value>Other</xforms:value>

>>                                 </xforms:item>
>>
>>                             </xforms:choices>
>>                         </xforms:select>
>>
>>
>> Selection.
>>
>> I'm 99% sure that this worked before I upgraded to the
>> 3.0.1.200607061227 version
>>
>>
>>
>>
------------------------------------------------------------------------
>>
>>
************************************************************************
*****************
>>
>> To view the terms under which this email is distributed, please go to

>> http://www.hull.ac.uk/legal/email_disclaimer.html
>>
************************************************************************
*****************
>>
>>
>>
>>
------------------------------------------------------------------------
>>
>>
>> --
>> 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
>> ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws
>
>


--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/

*****************************************************************************************
To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html
*****************************************************************************************

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: I'm sure this used to work before

Alex Sharaz
In reply to this post by Erik Bruchez
Yup works now
Alex

-----Original Message-----
From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: Monday, July 17, 2006 2:02 PM
To: [hidden email]
Subject: Re: [ops-users] I'm sure this used to work before

Alex,

This bug should be fixed now:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=305722&grou
p_id=168&atid=350207

-Erik

Erik Bruchez wrote:

> Alex,
>
> I think we broke something. If you remove the xforms:choices, then
> things work as expected (except you can't have spaces in your values
> when using multiple selection, so "Personal visit" doesn't work).
>
> -Erik
>
> Alex Sharaz wrote:
>> Hi,
>> The attached file, when opened in firefox displays what I'd expect.
>>
>>
>> When I run it in the xforms sandbox, it doesn't display any of the
>> <xforms:select ref="/survey/questions/question1/howraised"
>> appearance="full">
>>
>>                             <xforms:choices>
>>                                 <xforms:item>
>>                                     <xforms:label>Personal visit to a
>> helpdesk</xforms:label>
>>                                     <xforms:value>Personal
>> visit</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>  
>> <xforms:label>Telephone</xforms:label>
>>
>>  
>> <xforms:value>Telephone</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
<xforms:label>Email</xforms:label>
>>
<xforms:value>Email</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
>>                                     <xforms:label>Web self
>> service</xforms:label>
>>                                     <xforms:value>Web</xforms:value>
>>                                 </xforms:item>
>>                                 <xforms:item>
>>
<xforms:label>Other</xforms:label>
>>
<xforms:value>Other</xforms:value>

>>                                 </xforms:item>
>>
>>                             </xforms:choices>
>>                         </xforms:select>
>>
>>
>> Selection.
>>
>> I'm 99% sure that this worked before I upgraded to the
>> 3.0.1.200607061227 version
>>
>>
>>
>>
------------------------------------------------------------------------
>>
>>
************************************************************************
*****************
>>
>> To view the terms under which this email is distributed, please go to

>> http://www.hull.ac.uk/legal/email_disclaimer.html
>>
************************************************************************
*****************
>>
>>
>>
>>
------------------------------------------------------------------------
>>
>>
>> --
>> 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
>> ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws
>
>


--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/

*****************************************************************************************
To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html
*****************************************************************************************

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws