Hi
all,
In the
attached file you will find a sample of the problem I
have.
When I
add a select1 control in a xforms:repeat loop, there is an exclamation mark in
front of the other control.
Note
that when appearance="full" there is no problem. Only with "compact" and
"minimal".
I have
tried the sample in the xforms sandbox and with the last nightly build. Both
deliver a wrong output.
Marc
-- 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 exclamation.xhtml (3K) Download Attachment |
Marc, It’s
the fact that there is no element for storing the value of the select1 control,
surround it with a group like (changed below) <xforms:group ref="Liste"> <xforms:select1
ref="valeur" appearance="minimal"> <xforms:label/> <xforms:itemset nodeset="../item"> <xforms:label ref="label"/> <xforms:value ref="value"/> </xforms:itemset> </xforms:select1> </xforms:group> Ryan
Puddephatt Software Engineer TFX Group - IT UK Scotand EH54 7DP ( 01506 407 110 7 01506 407 108 From:
[hidden email] [mailto:[hidden email]] Hi all, In the attached file you will find a
sample of the problem I have. When I add a select1 control in a
xforms:repeat loop, there is an exclamation mark in front of the other control. Note that when appearance="full"
there is no problem. Only with "compact" and "minimal". I have tried the sample in the xforms
sandbox and with the last nightly build. Both deliver a wrong output. Marc -- 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 |
In reply to this post by Marc.Benimeli
Ryan,
Thank you very match !
BTW, your solution is elegant and it's what I have to do
for other reasons, but i don't understand the difference between these
solutions.
<xforms:group
ref="Liste">
<xforms:select1
ref="valeur"
appearance="minimal">
<xforms:label/>
<xforms:itemset
nodeset="../item">
<xforms:label
ref="label"/>
<xforms:value
ref="value"/>
</xforms:itemset>
</xforms:select1> </xforms:group>
<xforms:select1
ref="Liste/valeur"
appearance="minimal"> <xforms:label/> <xforms:itemset
nodeset="../item"> <xforms:label
ref="label"/> <xforms:value
ref="value"/> </xforms:itemset> </xforms:select1>
Marc De : Ryan Puddephatt [mailto:[hidden email]] Envoyé : lundi 20 mars 2006 16:29 À : [hidden email] Objet : RE: [ops-users] Xforms:repeat extra exclamation mark Marc,
Its the fact that there is no element for storing the value of the select1
control, surround it with a group like (changed
below) <xforms:group
ref="Liste">
<xforms:select1
ref="valeur"
appearance="minimal">
<xforms:label/>
<xforms:itemset
nodeset="../item">
<xforms:label
ref="label"/>
<xforms:value
ref="value"/>
</xforms:itemset>
</xforms:select1> </xforms:group> Ryan
Puddephatt Software
Engineer TFX Group - IT
UK Scotand EH54
7DP (
01506 407
110 7
01506 407
108 From:
[hidden email] [mailto:[hidden email]] Hi
all, In the attached file
you will find a sample of the problem I
have. When I add a select1
control in a xforms:repeat loop, there is an exclamation mark in front of the
other control. Note that when
appearance="full" there is no problem. Only with "compact" and
"minimal". I have tried the sample
in the xforms sandbox and with the last nightly build. Both deliver a wrong
output. Marc -- 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 |
Marc, I think
I may have provided a work around as the other controls are hidden if the
element doesn’t exist rather than showing the exclamation mark. I think it’s
a bug. Erik/Alex can you comment on this? Ryan Ryan
Puddephatt Software Engineer TFX Group - IT UK Scotand EH54 7DP ( 01506 407 110 7 01506 407 108 From:
[hidden email] [mailto:[hidden email]] Ryan, Thank you very match ! BTW, your solution is elegant and it's
what I have to do for other reasons, but i don't understand the difference
between these solutions. <xforms:group ref="Liste"> <xforms:select1 ref="valeur" appearance="minimal">
<xforms:label/>
<xforms:itemset
nodeset="../item">
<xforms:label ref="label"/>
<xforms:value ref="value"/>
</xforms:itemset> </xforms:select1> </xforms:group> <xforms:select1 ref="Liste/valeur" appearance="minimal">
<xforms:label/> <xforms:itemset nodeset="../item">
<xforms:label ref="label"/> <xforms:value ref="value"/> </xforms:itemset> </xforms:select1> Marc De :
Ryan Puddephatt [mailto:[hidden email]] Marc,
It’s the fact that there is no element for storing the value of the
select1 control, surround it with a group like (changed below) <xforms:group ref="Liste"> <xforms:select1 ref="valeur" appearance="minimal">
<xforms:label/>
<xforms:itemset
nodeset="../item">
<xforms:label ref="label"/>
<xforms:value ref="value"/>
</xforms:itemset> </xforms:select1> </xforms:group> Ryan
Puddephatt Software Engineer TFX Group - IT Scotand EH54 7DP ( 01506 407 110 7 01506 407 108 From:
[hidden email] [mailto:[hidden email]] Hi all, In the attached file you will find a
sample of the problem I have. When I add a select1 control in a
xforms:repeat loop, there is an exclamation mark in front of the other control. Note that when appearance="full"
there is no problem. Only with "compact" and "minimal". I have tried the sample in the xforms
sandbox and with the last nightly build. Both deliver a wrong output. Marc -- 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 |
Administrator
|
Ryan/Marc,
It is a bug. And here is the usual link to the entry in the bug base for tracking: http://forge.objectweb.org/tracker/index.php?func=detail&aid=304840&group_id=168&atid=350207 Alex On 3/20/06, Ryan Puddephatt <[hidden email]> wrote: > > > > Marc, > > I think I may have provided a work around as the other controls are hidden > if the element doesn't exist rather than showing the exclamation mark. I > think it's a bug. Erik/Alex can you comment on this? > > Ryan > > > > > > Ryan Puddephatt > > Software Engineer > > TFX Group - IT UK > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > ________________________________ > > > From: [hidden email] [mailto:[hidden email]] > Sent: 20 March 2006 15:41 > > To: [hidden email] > Subject: RE: [ops-users] Xforms:repeat extra exclamation mark > > > > > > > Ryan, > > > > Thank you very match ! > > > > BTW, your solution is elegant and it's what I have to do for other reasons, > but i don't understand the difference between these solutions. > > > > <xforms:group ref="Liste"> > > <xforms:select1 ref="valeur" appearance="minimal"> > > <xforms:label/> > > <xforms:itemset nodeset="../item"> > > <xforms:label ref="label"/> > > <xforms:value ref="value"/> > > </xforms:itemset> > > </xforms:select1> > > </xforms:group> > > > > <xforms:select1 ref="Liste/valeur" appearance="minimal"> > > <xforms:label/> > > <xforms:itemset nodeset="../item"> > > <xforms:label ref="label"/> > > <xforms:value ref="value"/> > > </xforms:itemset> > > </xforms:select1> > > > > > > Marc > > > ________________________________ > > > > De : Ryan Puddephatt [mailto:[hidden email]] > Envoyé : lundi 20 mars 2006 16:29 > > À : [hidden email] > Objet : RE: [ops-users] Xforms:repeat extra exclamation mark > > > > > Marc, > > It's the fact that there is no element for storing the value of > the select1 control, surround it with a group like (changed below) > > > > <xforms:group ref="Liste"> > > <xforms:select1 ref="valeur" appearance="minimal"> > > <xforms:label/> > > <xforms:itemset nodeset="../item"> > > <xforms:label ref="label"/> > > <xforms:value ref="value"/> > > </xforms:itemset> > > </xforms:select1> > > </xforms:group> > > > > > Ryan Puddephatt > > Software Engineer > > TFX Group - IT UK > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > > ________________________________ > > > From: [hidden email] [mailto:[hidden email]] > Sent: 20 March 2006 15:03 > To: [hidden email] > Subject: [ops-users] Xforms:repeat extra exclamation mark > > > > > Hi all, > > > > > > In the attached file you will find a sample of the problem I have. > > > > > > When I add a select1 control in a xforms:repeat loop, there is an > exclamation mark in front of the other control. > > > Note that when appearance="full" there is no problem. Only with "compact" > and "minimal". > > > > > > I have tried the sample in the xforms sandbox and with the last nightly > build. Both deliver a wrong output. > > > > > > Marc > > > > > > -- > 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 > > > -- Blog (XML, Web apps, Open Source): 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |