Hello,
I test the nightly build orbeon_20100205. I have this
exception "No enclosing
xforms:repeat found." when I click on a hyperlink construct with xxforms:repeat-current().
Example
:
<xforms:repeat
nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande,
instance('typetri')/@colonne, instance('typetri')/@type,
instance('typetri')/@ordre)" id='demande'>
<xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> <td> <xforms:group ref=".[msIdentifiant != '']"> <xforms:submit submission="LienDemande" appearance="minimal"> <xforms:label><xforms:output value="msIdentifiant"/></xforms:label> <xforms:action ev:event="DOMActivate"> <xforms:setvalue ref="/form/action">LienDemande</xforms:setvalue> <xforms:setvalue ref="/form/demandeChoisi" value="xxforms:repeat-current('demande')/miCode" /> <xforms:setvalue ref="/form/typeDemandeChoisi" value="'propre'"/> </xforms:action> </xforms:submit> </xforms:group> </td> </xhtml:tr> </xforms:repeat> When I
click on this link, I have this error : No enclosing
xforms:repeat found for repeat id: demande
Stacktrace
:
2010-02-08
09:57:04,504 ERROR ProcessorService - Exception at (pushing XForms
control binding)
org.orbeon.oxf.common.ValidationException: (pushing XForms control binding): No enclosing xforms:repeat found for repeat id: demande null, line -1, column -1: No enclosing xforms:repeat found for repeat id: demande at org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(XFormsContextStack.java:723) at org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateItem(XXFormsRepeatCurrent.java:45) at org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) at org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) at org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) at org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:263) at org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) at org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) at org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpression.java:244) at org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo(PooledXPathExpression.java:221) at org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) .... With
orbeon 3.7.1 I don't have this error.
Have you
an idea ?
Thank
you.
Julien BITTARD Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente não imprimindo este correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
I find in the documentation that I need to use
xxforms:context instead of xxforms:repeat-current and it
run.
julien. De : Bittard, Julien [mailto:[hidden email]] Envoyé : lundi 8 février 2010 09:59 À : [hidden email] Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 Hello,
I test the nightly build orbeon_20100205. I have this
exception "No enclosing
xforms:repeat found." when I click on a hyperlink construct with xxforms:repeat-current().
Example
:
<xforms:repeat
nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande,
instance('typetri')/@colonne, instance('typetri')/@type,
instance('typetri')/@ordre)" id='demande'>
<xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> <td> <xforms:group ref=".[msIdentifiant != '']"> <xforms:submit submission="LienDemande" appearance="minimal"> <xforms:label><xforms:output value="msIdentifiant"/></xforms:label> <xforms:action ev:event="DOMActivate"> <xforms:setvalue ref="/form/action">LienDemande</xforms:setvalue> <xforms:setvalue ref="/form/demandeChoisi" value="xxforms:repeat-current('demande')/miCode" /> <xforms:setvalue ref="/form/typeDemandeChoisi" value="'propre'"/> </xforms:action> </xforms:submit> </xforms:group> </td> </xhtml:tr> </xforms:repeat> When I
click on this link, I have this error : No enclosing
xforms:repeat found for repeat id: demande
Stacktrace
:
2010-02-08
09:57:04,504 ERROR ProcessorService - Exception at (pushing XForms
control binding)
org.orbeon.oxf.common.ValidationException: (pushing XForms control binding): No enclosing xforms:repeat found for repeat id: demande null, line -1, column -1: No enclosing xforms:repeat found for repeat id: demande at org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(XFormsContextStack.java:723) at org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateItem(XXFormsRepeatCurrent.java:45) at org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) at org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) at org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) at org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:263) at org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) at org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) at org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpression.java:244) at org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo(PooledXPathExpression.java:221) at org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) .... With
orbeon 3.7.1 I don't have this error.
Have you
an idea ?
Thank
you.
Julien BITTARD Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / Por favor ajude a Logica a respeitar o ambiente no imprimindo este correio electrnico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente não imprimindo este correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
Administrator
|
yes xxforms:repeat-current() is deprecated but it should still work
ideally. I entered a bug: https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_id=168&atid=350207 -Erik On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: > I find in the documentation that I need to use xxforms:context instead of > xxforms:repeat-current and it run. > > julien. > ________________________________ > De : Bittard, Julien [mailto:[hidden email]] > Envoyé : lundi 8 février 2010 09:59 > À : [hidden email] > Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 > > Hello, > > I test the nightly build orbeon_20100205. I have this exception "No > enclosing xforms:repeat found." when I click on a hyperlink construct with > xxforms:repeat-current(). > Example : > <xforms:repeat > nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, > instance('typetri')/@colonne, instance('typetri')/@type, > instance('typetri')/@ordre)" id='demande'> > <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> > <td> > <xforms:group ref=".[msIdentifiant != '']"> > <xforms:submit submission="LienDemande" appearance="minimal"> > <xforms:label><xforms:output value="msIdentifiant"/></xforms:label> > <xforms:action ev:event="DOMActivate"> > <xforms:setvalue ref="/form/action">LienDemande</xforms:setvalue> > <xforms:setvalue ref="/form/demandeChoisi" > value="xxforms:repeat-current('demande')/miCode" /> > <xforms:setvalue ref="/form/typeDemandeChoisi" value="'propre'"/> > </xforms:action> > </xforms:submit> > </xforms:group> > </td> > </xhtml:tr> > </xforms:repeat> > > When I click on this link, I have this error : No enclosing xforms:repeat > found for repeat id: demande > Stacktrace : > 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at (pushing > XForms control binding) > org.orbeon.oxf.common.ValidationException: (pushing XForms control > binding): No enclosing xforms:repeat found for repeat id: demande > null, line -1, column -1: No enclosing xforms:repeat found for repeat id: > demande > at > org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(XFormsContextStack.java:723) > at > org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateItem(XXFormsRepeatCurrent.java:45) > at > org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) > at org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) > at org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) > at > org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:263) > at org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) > at > org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.java:628) > at > org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpression.java:244) > at > org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo(PooledXPathExpression.java:221) > at org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) > .... > > With orbeon 3.7.1 I don't have this error. > > Have you an idea ? > > Thank you. > > > Julien BITTARD > > > Please help Logica to respect the environment by not printing this email / > Pour contribuer comme Logica au respect de l'environnement, merci de ne pas > imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen > Sie so Logica dabei, die Umwelt zu schtzen. / Por favor ajude a Logica a > respeitar o ambiente no imprimindo este correio electrnico. This e-mail and > any attachment is for authorised use by the intended recipient(s) only. It > may contain proprietary material, confidential information and/or be subject > to legal privilege. It should not be copied, disclosed to, retained or used > by, any other party. If you are not an intended recipient then please > promptly delete this e-mail and any attachment and all copies and inform the > sender. Thank you. > Please help Logica to respect the environment by not printing this email / > Pour contribuer comme Logica au respect de l'environnement, merci de ne pas > imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen > Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a > respeitar o ambiente não imprimindo este correio electrónico. This e-mail > and any attachment is for authorised use by the intended recipient(s) only. > It may contain proprietary material, confidential information and/or be > subject to legal privilege. It should not be copied, disclosed to, retained > or used by, any other party. If you are not an intended recipient then > please promptly delete this e-mail and any attachment and all copies and > inform the sender. Thank you. > > -- > 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 |
Oh no !!
An another bug in 3.7.2... ;)) julien -----Message d'origine----- De : [hidden email] [mailto:[hidden email]] De la part de Erik Bruchez Envoyé : lundi 8 février 2010 20:16 À : [hidden email] Objet : [ops-users] Re: RE: xforms:repeat Error with orbeon 3.7.2 yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_id=168&atid=350207 -Erik On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: > I find in the documentation that I need to use xxforms:context instead > of xxforms:repeat-current and it run. > > julien. > ________________________________ > De : Bittard, Julien [mailto:[hidden email]] > Envoyé : lundi 8 février 2010 09:59 > À : [hidden email] > Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 > > Hello, > > I test the nightly build orbeon_20100205. I have this exception "No > enclosing xforms:repeat found." when I click on a hyperlink construct > with xxforms:repeat-current(). > Example : > <xforms:repeat > nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, > instance('typetri')/@colonne, instance('typetri')/@type, > instance('typetri')/@ordre)" id='demande'> > <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> > <td> > <xforms:group ref=".[msIdentifiant != '']"> > <xforms:submit submission="LienDemande" appearance="minimal"> > <xforms:label><xforms:output > value="msIdentifiant"/></xforms:label> > <xforms:action ev:event="DOMActivate"> > <xforms:setvalue > ref="/form/action">LienDemande</xforms:setvalue> > <xforms:setvalue ref="/form/demandeChoisi" > value="xxforms:repeat-current('demande')/miCode" /> > <xforms:setvalue ref="/form/typeDemandeChoisi" > value="'propre'"/> > </xforms:action> > </xforms:submit> > </xforms:group> > </td> > </xhtml:tr> > </xforms:repeat> > > When I click on this link, I have this error : No enclosing > xforms:repeat found for repeat id: demande Stacktrace : > 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at > (pushing XForms control binding) > org.orbeon.oxf.common.ValidationException: (pushing XForms control > binding): No enclosing xforms:repeat found for repeat id: demande > null, line -1, column -1: No enclosing xforms:repeat found for repeat id: > demande > at > org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(XF > ormsContextStack.java:723) > at > org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateIt > em(XXFormsRepeatCurrent.java:45) > at > org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.ja > va:628) > at > org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) > at > org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) > at > org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityCheck > er.java:263) > at org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) > at > org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.ja > va:628) > at > org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpressi > on.java:244) > at > org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo(P > ooledXPathExpression.java:221) > at > org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) > .... > > With orbeon 3.7.1 I don't have this error. > > Have you an idea ? > > Thank you. > > > Julien BITTARD > > > Please help Logica to respect the environment by not printing this > email / Pour contribuer comme Logica au respect de l'environnement, > merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht > nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / Por > favor ajude a Logica a respeitar o ambiente no imprimindo este correio > electrnico. This e-mail and any attachment is for authorised use by > the intended recipient(s) only. It may contain proprietary material, > confidential information and/or be subject to legal privilege. It > should not be copied, disclosed to, retained or used by, any other > party. If you are not an intended recipient then please promptly > delete this e-mail and any attachment and all copies and inform the sender. Thank you. > Please help Logica to respect the environment by not printing this > email / Pour contribuer comme Logica au respect de l'environnement, > merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht > nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / > Por favor ajude a Logica a respeitar o ambiente não imprimindo este > correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. > It may contain proprietary material, confidential information and/or > be subject to legal privilege. It should not be copied, disclosed to, > retained or used by, any other party. If you are not an intended > recipient then please promptly delete this e-mail and any attachment > and all copies and inform the sender. Thank you. > > -- > 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 > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
Julien,
This one should be fixed now! -Erik On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: > Oh no !! > An another bug in 3.7.2... ;)) > > julien > > -----Message d'origine----- > De : [hidden email] [mailto:[hidden email]] De la part de Erik Bruchez > Envoyé : lundi 8 février 2010 20:16 > À : [hidden email] > Objet : [ops-users] Re: RE: xforms:repeat Error with orbeon 3.7.2 > > yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: > > https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_id=168&atid=350207 > > -Erik > > On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >> I find in the documentation that I need to use xxforms:context instead >> of xxforms:repeat-current and it run. >> >> julien. >> ________________________________ >> De : Bittard, Julien [mailto:[hidden email]] >> Envoyé : lundi 8 février 2010 09:59 >> À : [hidden email] >> Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 >> >> Hello, >> >> I test the nightly build orbeon_20100205. I have this exception "No >> enclosing xforms:repeat found." when I click on a hyperlink construct >> with xxforms:repeat-current(). >> Example : >> <xforms:repeat >> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >> instance('typetri')/@colonne, instance('typetri')/@type, >> instance('typetri')/@ordre)" id='demande'> >> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >> <td> >> <xforms:group ref=".[msIdentifiant != '']"> >> <xforms:submit submission="LienDemande" appearance="minimal"> >> <xforms:label><xforms:output >> value="msIdentifiant"/></xforms:label> >> <xforms:action ev:event="DOMActivate"> >> <xforms:setvalue >> ref="/form/action">LienDemande</xforms:setvalue> >> <xforms:setvalue ref="/form/demandeChoisi" >> value="xxforms:repeat-current('demande')/miCode" /> >> <xforms:setvalue ref="/form/typeDemandeChoisi" >> value="'propre'"/> >> </xforms:action> >> </xforms:submit> >> </xforms:group> >> </td> >> </xhtml:tr> >> </xforms:repeat> >> >> When I click on this link, I have this error : No enclosing >> xforms:repeat found for repeat id: demande Stacktrace : >> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >> (pushing XForms control binding) >> org.orbeon.oxf.common.ValidationException: (pushing XForms control >> binding): No enclosing xforms:repeat found for repeat id: demande >> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >> demande >> at >> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(XF >> ormsContextStack.java:723) >> at >> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateIt >> em(XXFormsRepeatCurrent.java:45) >> at >> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.ja >> va:628) >> at >> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) >> at >> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >> at >> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityCheck >> er.java:263) >> at org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >> at >> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.ja >> va:628) >> at >> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpressi >> on.java:244) >> at >> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo(P >> ooledXPathExpression.java:221) >> at >> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) >> .... >> >> With orbeon 3.7.1 I don't have this error. >> >> Have you an idea ? >> >> Thank you. >> >> >> Julien BITTARD >> >> >> Please help Logica to respect the environment by not printing this >> email / Pour contribuer comme Logica au respect de l'environnement, >> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / Por >> favor ajude a Logica a respeitar o ambiente no imprimindo este correio >> electrnico. This e-mail and any attachment is for authorised use by >> the intended recipient(s) only. It may contain proprietary material, >> confidential information and/or be subject to legal privilege. It >> should not be copied, disclosed to, retained or used by, any other >> party. If you are not an intended recipient then please promptly >> delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> Please help Logica to respect the environment by not printing this >> email / Pour contribuer comme Logica au respect de l'environnement, >> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / >> Por favor ajude a Logica a respeitar o ambiente não imprimindo este >> correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >> It may contain proprietary material, confidential information and/or >> be subject to legal privilege. It should not be copied, disclosed to, >> retained or used by, any other party. If you are not an intended >> recipient then please promptly delete this e-mail and any attachment >> and all copies and inform the sender. Thank you. >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 |
Ok thank you.
I must use the last nigthly build now in order to have this fix ? To use the last nigthly build, can I just replace the orbeon*.jar files in my webapp ? Julien. -----Message d'origine----- De : Erik Bruchez [mailto:[hidden email]] Envoyé : lundi 22 février 2010 21:08 À : [hidden email] Objet : [ops-users] Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 Julien, This one should be fixed now! -Erik On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: > Oh no !! > An another bug in 3.7.2... ;)) > > julien > > -----Message d'origine----- > De : [hidden email] [mailto:[hidden email]] De la part de Erik > Bruchez Envoyé : lundi 8 février 2010 20:16 À : [hidden email] > Objet : [ops-users] Re: RE: xforms:repeat Error with orbeon 3.7.2 > > yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: > > https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_i > d=168&atid=350207 > > -Erik > > On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >> I find in the documentation that I need to use xxforms:context >> instead of xxforms:repeat-current and it run. >> >> julien. >> ________________________________ >> De : Bittard, Julien [mailto:[hidden email]] >> Envoyé : lundi 8 février 2010 09:59 >> À : [hidden email] >> Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 >> >> Hello, >> >> I test the nightly build orbeon_20100205. I have this exception "No >> enclosing xforms:repeat found." when I click on a hyperlink construct >> with xxforms:repeat-current(). >> Example : >> <xforms:repeat >> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >> instance('typetri')/@colonne, instance('typetri')/@type, >> instance('typetri')/@ordre)" id='demande'> >> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >> <td> >> <xforms:group ref=".[msIdentifiant != '']"> >> <xforms:submit submission="LienDemande" appearance="minimal"> >> <xforms:label><xforms:output >> value="msIdentifiant"/></xforms:label> >> <xforms:action ev:event="DOMActivate"> >> <xforms:setvalue >> ref="/form/action">LienDemande</xforms:setvalue> >> <xforms:setvalue ref="/form/demandeChoisi" >> value="xxforms:repeat-current('demande')/miCode" /> >> <xforms:setvalue ref="/form/typeDemandeChoisi" >> value="'propre'"/> >> </xforms:action> >> </xforms:submit> >> </xforms:group> >> </td> >> </xhtml:tr> >> </xforms:repeat> >> >> When I click on this link, I have this error : No enclosing >> xforms:repeat found for repeat id: demande Stacktrace : >> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >> (pushing XForms control binding) >> org.orbeon.oxf.common.ValidationException: (pushing XForms control >> binding): No enclosing xforms:repeat found for repeat id: demande >> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >> demande >> at >> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(X >> F >> ormsContextStack.java:723) >> at >> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateI >> t >> em(XXFormsRepeatCurrent.java:45) >> at >> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.j >> a >> va:628) >> at >> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) >> at >> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >> at >> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChec >> k >> er.java:263) >> at >> org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >> at >> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.j >> a >> va:628) >> at >> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpress >> i >> on.java:244) >> at >> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo( >> P >> ooledXPathExpression.java:221) >> at >> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) >> .... >> >> With orbeon 3.7.1 I don't have this error. >> >> Have you an idea ? >> >> Thank you. >> >> >> Julien BITTARD >> >> >> Please help Logica to respect the environment by not printing this >> email / Pour contribuer comme Logica au respect de l'environnement, >> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / >> Por favor ajude a Logica a respeitar o ambiente no imprimindo este >> correio electrnico. This e-mail and any attachment is for authorised >> use by the intended recipient(s) only. It may contain proprietary >> material, confidential information and/or be subject to legal >> privilege. It should not be copied, disclosed to, retained or used >> by, any other party. If you are not an intended recipient then please >> promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> Please help Logica to respect the environment by not printing this >> email / Pour contribuer comme Logica au respect de l'environnement, >> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / >> Por favor ajude a Logica a respeitar o ambiente não imprimindo este >> correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >> It may contain proprietary material, confidential information and/or >> be subject to legal privilege. It should not be copied, disclosed to, >> retained or used by, any other party. If you are not an intended >> recipient then please promptly delete this e-mail and any attachment >> and all copies and inform the sender. Thank you. >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
Julien,
> Ok thank you. > I must use the last nigthly build now in order to have this fix ? Yes you need the latest nightly. > To use the last nigthly build, can I just replace the orbeon*.jar files in my webapp ? It depends how old your current build is and whether you modified anything besides the apps directory. -Erik > > Julien. > > > -----Message d'origine----- > De : Erik Bruchez [mailto:[hidden email]] > Envoyé : lundi 22 février 2010 21:08 > À : [hidden email] > Objet : [ops-users] Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 > > Julien, > > This one should be fixed now! > > -Erik > > On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: >> Oh no !! >> An another bug in 3.7.2... ;)) >> >> julien >> >> -----Message d'origine----- >> De : [hidden email] [mailto:[hidden email]] De la part de Erik >> Bruchez Envoyé : lundi 8 février 2010 20:16 À : [hidden email] >> Objet : [ops-users] Re: RE: xforms:repeat Error with orbeon 3.7.2 >> >> yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: >> >> https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_i >> d=168&atid=350207 >> >> -Erik >> >> On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >>> I find in the documentation that I need to use xxforms:context >>> instead of xxforms:repeat-current and it run. >>> >>> julien. >>> ________________________________ >>> De : Bittard, Julien [mailto:[hidden email]] >>> Envoyé : lundi 8 février 2010 09:59 >>> À : [hidden email] >>> Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 >>> >>> Hello, >>> >>> I test the nightly build orbeon_20100205. I have this exception "No >>> enclosing xforms:repeat found." when I click on a hyperlink construct >>> with xxforms:repeat-current(). >>> Example : >>> <xforms:repeat >>> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >>> instance('typetri')/@colonne, instance('typetri')/@type, >>> instance('typetri')/@ordre)" id='demande'> >>> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >>> <td> >>> <xforms:group ref=".[msIdentifiant != '']"> >>> <xforms:submit submission="LienDemande" appearance="minimal"> >>> <xforms:label><xforms:output >>> value="msIdentifiant"/></xforms:label> >>> <xforms:action ev:event="DOMActivate"> >>> <xforms:setvalue >>> ref="/form/action">LienDemande</xforms:setvalue> >>> <xforms:setvalue ref="/form/demandeChoisi" >>> value="xxforms:repeat-current('demande')/miCode" /> >>> <xforms:setvalue ref="/form/typeDemandeChoisi" >>> value="'propre'"/> >>> </xforms:action> >>> </xforms:submit> >>> </xforms:group> >>> </td> >>> </xhtml:tr> >>> </xforms:repeat> >>> >>> When I click on this link, I have this error : No enclosing >>> xforms:repeat found for repeat id: demande Stacktrace : >>> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >>> (pushing XForms control binding) >>> org.orbeon.oxf.common.ValidationException: (pushing XForms control >>> binding): No enclosing xforms:repeat found for repeat id: demande >>> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >>> demande >>> at >>> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode(X >>> F >>> ormsContextStack.java:723) >>> at >>> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluateI >>> t >>> em(XXFormsRepeatCurrent.java:45) >>> at >>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.j >>> a >>> va:628) >>> at >>> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809) >>> at >>> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >>> at >>> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChec >>> k >>> er.java:263) >>> at >>> org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >>> at >>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression.j >>> a >>> va:628) >>> at >>> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpress >>> i >>> on.java:244) >>> at >>> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo( >>> P >>> ooledXPathExpression.java:221) >>> at >>> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) >>> .... >>> >>> With orbeon 3.7.1 I don't have this error. >>> >>> Have you an idea ? >>> >>> Thank you. >>> >>> >>> Julien BITTARD >>> >>> >>> Please help Logica to respect the environment by not printing this >>> email / Pour contribuer comme Logica au respect de l'environnement, >>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / >>> Por favor ajude a Logica a respeitar o ambiente no imprimindo este >>> correio electrnico. This e-mail and any attachment is for authorised >>> use by the intended recipient(s) only. It may contain proprietary >>> material, confidential information and/or be subject to legal >>> privilege. It should not be copied, disclosed to, retained or used >>> by, any other party. If you are not an intended recipient then please >>> promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>> Please help Logica to respect the environment by not printing this >>> email / Pour contribuer comme Logica au respect de l'environnement, >>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / >>> Por favor ajude a Logica a respeitar o ambiente não imprimindo este >>> correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >>> It may contain proprietary material, confidential information and/or >>> be subject to legal privilege. It should not be copied, disclosed to, >>> retained or used by, any other party. If you are not an intended >>> recipient then please promptly delete this e-mail and any attachment >>> and all copies and inform the sender. Thank you. >>> >>> -- >>> 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 >>> >>> >> >> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >> >> >> >> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> >> >> >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 |
I use the nightly build 20100205.
I change web.xml, properties*.xml, page-flow.xml, theme-plain.xsl. I deleted some files and directories and I add my application in the resources directory. Thank you. julien -----Message d'origine----- De : Erik Bruchez [mailto:[hidden email]] Envoyé : mardi 23 février 2010 16:06 À : [hidden email] Objet : [ops-users] Re: RE: Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 Julien, > Ok thank you. > I must use the last nigthly build now in order to have this fix ? Yes you need the latest nightly. > To use the last nigthly build, can I just replace the orbeon*.jar files in my webapp ? It depends how old your current build is and whether you modified anything besides the apps directory. -Erik > > Julien. > > > -----Message d'origine----- > De : Erik Bruchez [mailto:[hidden email]] Envoyé : lundi 22 > février 2010 21:08 À : [hidden email] Objet : [ops-users] Re: RE: > Re: RE: xforms:repeat Error with orbeon 3.7.2 > > Julien, > > This one should be fixed now! > > -Erik > > On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: >> Oh no !! >> An another bug in 3.7.2... ;)) >> >> julien >> >> -----Message d'origine----- >> De : [hidden email] [mailto:[hidden email]] De la part de >> Erik Bruchez Envoyé : lundi 8 février 2010 20:16 À : >> [hidden email] Objet : [ops-users] Re: RE: xforms:repeat Error >> with orbeon 3.7.2 >> >> yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: >> >> https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_ >> i >> d=168&atid=350207 >> >> -Erik >> >> On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >>> I find in the documentation that I need to use xxforms:context >>> instead of xxforms:repeat-current and it run. >>> >>> julien. >>> ________________________________ >>> De : Bittard, Julien [mailto:[hidden email]] >>> Envoyé : lundi 8 février 2010 09:59 >>> À : [hidden email] >>> Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 >>> >>> Hello, >>> >>> I test the nightly build orbeon_20100205. I have this exception "No >>> enclosing xforms:repeat found." when I click on a hyperlink >>> construct with xxforms:repeat-current(). >>> Example : >>> <xforms:repeat >>> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >>> instance('typetri')/@colonne, instance('typetri')/@type, >>> instance('typetri')/@ordre)" id='demande'> >>> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >>> <td> >>> <xforms:group ref=".[msIdentifiant != '']"> >>> <xforms:submit submission="LienDemande" appearance="minimal"> >>> <xforms:label><xforms:output >>> value="msIdentifiant"/></xforms:label> >>> <xforms:action ev:event="DOMActivate"> >>> <xforms:setvalue >>> ref="/form/action">LienDemande</xforms:setvalue> >>> <xforms:setvalue ref="/form/demandeChoisi" >>> value="xxforms:repeat-current('demande')/miCode" /> >>> <xforms:setvalue ref="/form/typeDemandeChoisi" >>> value="'propre'"/> >>> </xforms:action> >>> </xforms:submit> >>> </xforms:group> >>> </td> >>> </xhtml:tr> >>> </xforms:repeat> >>> >>> When I click on this link, I have this error : No enclosing >>> xforms:repeat found for repeat id: demande Stacktrace : >>> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >>> (pushing XForms control binding) >>> org.orbeon.oxf.common.ValidationException: (pushing XForms control >>> binding): No enclosing xforms:repeat found for repeat id: demande >>> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >>> demande >>> at >>> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode( >>> X >>> F >>> ormsContextStack.java:723) >>> at >>> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluate >>> I >>> t >>> em(XXFormsRepeatCurrent.java:45) >>> at >>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>> j >>> a >>> va:628) >>> at >>> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809 >>> ) >>> at >>> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >>> at >>> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChe >>> c >>> k >>> er.java:263) >>> at >>> org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >>> at >>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>> j >>> a >>> va:628) >>> at >>> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpres >>> s >>> i >>> on.java:244) >>> at >>> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo >>> ( >>> P >>> ooledXPathExpression.java:221) >>> at >>> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) >>> .... >>> >>> With orbeon 3.7.1 I don't have this error. >>> >>> Have you an idea ? >>> >>> Thank you. >>> >>> >>> Julien BITTARD >>> >>> >>> Please help Logica to respect the environment by not printing this >>> email / Pour contribuer comme Logica au respect de l'environnement, >>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / >>> Por favor ajude a Logica a respeitar o ambiente no imprimindo este >>> correio electrnico. This e-mail and any attachment is for authorised >>> use by the intended recipient(s) only. It may contain proprietary >>> material, confidential information and/or be subject to legal >>> privilege. It should not be copied, disclosed to, retained or used >>> by, any other party. If you are not an intended recipient then >>> please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>> Please help Logica to respect the environment by not printing this >>> email / Pour contribuer comme Logica au respect de l'environnement, >>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / >>> Por favor ajude a Logica a respeitar o ambiente não imprimindo este >>> correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >>> It may contain proprietary material, confidential information and/or >>> be subject to legal privilege. It should not be copied, disclosed >>> to, retained or used by, any other party. If you are not an intended >>> recipient then please promptly delete this e-mail and any attachment >>> and all copies and inform the sender. Thank you. >>> >>> -- >>> 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 >>> >>> >> >> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >> >> >> >> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> >> >> >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
Julien,
I think you should be able to just move over the JAR files. -Erik On Tue, Feb 23, 2010 at 8:14 AM, Bittard, Julien <[hidden email]> wrote: > I use the nightly build 20100205. > I change web.xml, properties*.xml, page-flow.xml, theme-plain.xsl. > I deleted some files and directories and I add my application in the resources directory. > > Thank you. > > julien > > -----Message d'origine----- > De : Erik Bruchez [mailto:[hidden email]] > Envoyé : mardi 23 février 2010 16:06 > À : [hidden email] > Objet : [ops-users] Re: RE: Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 > > Julien, > >> Ok thank you. >> I must use the last nigthly build now in order to have this fix ? > > Yes you need the latest nightly. > >> To use the last nigthly build, can I just replace the orbeon*.jar files in my webapp ? > > It depends how old your current build is and whether you modified anything besides the apps directory. > > -Erik > >> >> Julien. >> >> >> -----Message d'origine----- >> De : Erik Bruchez [mailto:[hidden email]] Envoyé : lundi 22 >> février 2010 21:08 À : [hidden email] Objet : [ops-users] Re: RE: >> Re: RE: xforms:repeat Error with orbeon 3.7.2 >> >> Julien, >> >> This one should be fixed now! >> >> -Erik >> >> On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: >>> Oh no !! >>> An another bug in 3.7.2... ;)) >>> >>> julien >>> >>> -----Message d'origine----- >>> De : [hidden email] [mailto:[hidden email]] De la part de >>> Erik Bruchez Envoyé : lundi 8 février 2010 20:16 À : >>> [hidden email] Objet : [ops-users] Re: RE: xforms:repeat Error >>> with orbeon 3.7.2 >>> >>> yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: >>> >>> https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group_ >>> i >>> d=168&atid=350207 >>> >>> -Erik >>> >>> On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >>>> I find in the documentation that I need to use xxforms:context >>>> instead of xxforms:repeat-current and it run. >>>> >>>> julien. >>>> ________________________________ >>>> De : Bittard, Julien [mailto:[hidden email]] >>>> Envoyé : lundi 8 février 2010 09:59 >>>> À : [hidden email] >>>> Objet : [ops-users] xforms:repeat Error with orbeon 3.7.2 >>>> >>>> Hello, >>>> >>>> I test the nightly build orbeon_20100205. I have this exception "No >>>> enclosing xforms:repeat found." when I click on a hyperlink >>>> construct with xxforms:repeat-current(). >>>> Example : >>>> <xforms:repeat >>>> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >>>> instance('typetri')/@colonne, instance('typetri')/@type, >>>> instance('typetri')/@ordre)" id='demande'> >>>> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >>>> <td> >>>> <xforms:group ref=".[msIdentifiant != '']"> >>>> <xforms:submit submission="LienDemande" appearance="minimal"> >>>> <xforms:label><xforms:output >>>> value="msIdentifiant"/></xforms:label> >>>> <xforms:action ev:event="DOMActivate"> >>>> <xforms:setvalue >>>> ref="/form/action">LienDemande</xforms:setvalue> >>>> <xforms:setvalue ref="/form/demandeChoisi" >>>> value="xxforms:repeat-current('demande')/miCode" /> >>>> <xforms:setvalue ref="/form/typeDemandeChoisi" >>>> value="'propre'"/> >>>> </xforms:action> >>>> </xforms:submit> >>>> </xforms:group> >>>> </td> >>>> </xhtml:tr> >>>> </xforms:repeat> >>>> >>>> When I click on this link, I have this error : No enclosing >>>> xforms:repeat found for repeat id: demande Stacktrace : >>>> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >>>> (pushing XForms control binding) >>>> org.orbeon.oxf.common.ValidationException: (pushing XForms control >>>> binding): No enclosing xforms:repeat found for repeat id: demande >>>> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >>>> demande >>>> at >>>> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode( >>>> X >>>> F >>>> ormsContextStack.java:723) >>>> at >>>> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluate >>>> I >>>> t >>>> em(XXFormsRepeatCurrent.java:45) >>>> at >>>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>>> j >>>> a >>>> va:628) >>>> at >>>> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:809 >>>> ) >>>> at >>>> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >>>> at >>>> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChe >>>> c >>>> k >>>> er.java:263) >>>> at >>>> org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >>>> at >>>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>>> j >>>> a >>>> va:628) >>>> at >>>> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpres >>>> s >>>> i >>>> on.java:244) >>>> at >>>> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInfo >>>> ( >>>> P >>>> ooledXPathExpression.java:221) >>>> at >>>> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228) >>>> .... >>>> >>>> With orbeon 3.7.1 I don't have this error. >>>> >>>> Have you an idea ? >>>> >>>> Thank you. >>>> >>>> >>>> Julien BITTARD >>>> >>>> >>>> Please help Logica to respect the environment by not printing this >>>> email / Pour contribuer comme Logica au respect de l'environnement, >>>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schtzen. / >>>> Por favor ajude a Logica a respeitar o ambiente no imprimindo este >>>> correio electrnico. This e-mail and any attachment is for authorised >>>> use by the intended recipient(s) only. It may contain proprietary >>>> material, confidential information and/or be subject to legal >>>> privilege. It should not be copied, disclosed to, retained or used >>>> by, any other party. If you are not an intended recipient then >>>> please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>>> Please help Logica to respect the environment by not printing this >>>> email / Pour contribuer comme Logica au respect de l'environnement, >>>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht >>>> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / >>>> Por favor ajude a Logica a respeitar o ambiente não imprimindo este >>>> correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >>>> It may contain proprietary material, confidential information and/or >>>> be subject to legal privilege. It should not be copied, disclosed >>>> to, retained or used by, any other party. If you are not an intended >>>> recipient then please promptly delete this e-mail and any attachment >>>> and all copies and inform the sender. Thank you. >>>> >>>> -- >>>> 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 >>>> >>>> >>> >>> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >>> >>> >>> >>> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>> >>> >>> >>> >>> -- >>> 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 >>> >>> >> >> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >> >> >> >> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> >> >> >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 |
Ok , thank you.
I also noted differences in the files properties-base.xml and properties-xforms.xml : new properties were added. Julien. -----Message d'origine----- De : Erik Bruchez [mailto:[hidden email]] Envoyé : mercredi 24 février 2010 02:10 À : [hidden email] Objet : [ops-users] Re: RE: Re: RE: Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 Julien, I think you should be able to just move over the JAR files. -Erik On Tue, Feb 23, 2010 at 8:14 AM, Bittard, Julien <[hidden email]> wrote: > I use the nightly build 20100205. > I change web.xml, properties*.xml, page-flow.xml, theme-plain.xsl. > I deleted some files and directories and I add my application in the resources directory. > > Thank you. > > julien > > -----Message d'origine----- > De : Erik Bruchez [mailto:[hidden email]] Envoyé : mardi 23 > février 2010 16:06 À : [hidden email] Objet : [ops-users] Re: RE: > Re: RE: Re: RE: xforms:repeat Error with orbeon 3.7.2 > > Julien, > >> Ok thank you. >> I must use the last nigthly build now in order to have this fix ? > > Yes you need the latest nightly. > >> To use the last nigthly build, can I just replace the orbeon*.jar files in my webapp ? > > It depends how old your current build is and whether you modified anything besides the apps directory. > > -Erik > >> >> Julien. >> >> >> -----Message d'origine----- >> De : Erik Bruchez [mailto:[hidden email]] Envoyé : lundi 22 >> février 2010 21:08 À : [hidden email] Objet : [ops-users] Re: RE: >> Re: RE: xforms:repeat Error with orbeon 3.7.2 >> >> Julien, >> >> This one should be fixed now! >> >> -Erik >> >> On Tue, Feb 9, 2010 at 4:42 AM, Bittard, Julien <[hidden email]> wrote: >>> Oh no !! >>> An another bug in 3.7.2... ;)) >>> >>> julien >>> >>> -----Message d'origine----- >>> De : [hidden email] [mailto:[hidden email]] De la part de >>> Erik Bruchez Envoyé : lundi 8 février 2010 20:16 À : >>> [hidden email] Objet : [ops-users] Re: RE: xforms:repeat Error >>> with orbeon 3.7.2 >>> >>> yes xxforms:repeat-current() is deprecated but it should still work ideally. I entered a bug: >>> >>> https://forge.ow2.org/tracker/index.php?func=detail&aid=314699&group >>> _ >>> i >>> d=168&atid=350207 >>> >>> -Erik >>> >>> On Mon, Feb 8, 2010 at 2:17 AM, Bittard, Julien <[hidden email]> wrote: >>>> I find in the documentation that I need to use xxforms:context >>>> instead of xxforms:repeat-current and it run. >>>> >>>> julien. >>>> ________________________________ >>>> De : Bittard, Julien [mailto:[hidden email]] >>>> Envoyé : lundi 8 février 2010 09:59 À : [hidden email] Objet : >>>> [ops-users] xforms:repeat Error with orbeon 3.7.2 >>>> >>>> Hello, >>>> >>>> I test the nightly build orbeon_20100205. I have this exception "No >>>> enclosing xforms:repeat found." when I click on a hyperlink >>>> construct with xxforms:repeat-current(). >>>> Example : >>>> <xforms:repeat >>>> nodeset="exf:sort(/form/donneesTiers/tiers/mvDemandes/Demande, >>>> instance('typetri')/@colonne, instance('typetri')/@type, >>>> instance('typetri')/@ordre)" id='demande'> >>>> <xhtml:tr valign="middle" class="TABLEAULGFONCEEMINILISTE"> >>>> <td> >>>> <xforms:group ref=".[msIdentifiant != '']"> >>>> <xforms:submit submission="LienDemande" appearance="minimal"> >>>> <xforms:label><xforms:output >>>> value="msIdentifiant"/></xforms:label> >>>> <xforms:action ev:event="DOMActivate"> >>>> <xforms:setvalue >>>> ref="/form/action">LienDemande</xforms:setvalue> >>>> <xforms:setvalue ref="/form/demandeChoisi" >>>> value="xxforms:repeat-current('demande')/miCode" /> >>>> <xforms:setvalue ref="/form/typeDemandeChoisi" >>>> value="'propre'"/> >>>> </xforms:action> >>>> </xforms:submit> >>>> </xforms:group> >>>> </td> >>>> </xhtml:tr> >>>> </xforms:repeat> >>>> >>>> When I click on this link, I have this error : No enclosing >>>> xforms:repeat found for repeat id: demande Stacktrace : >>>> 2010-02-08 09:57:04,504 ERROR ProcessorService - Exception at >>>> (pushing XForms control binding) >>>> org.orbeon.oxf.common.ValidationException: (pushing XForms control >>>> binding): No enclosing xforms:repeat found for repeat id: demande >>>> null, line -1, column -1: No enclosing xforms:repeat found for repeat id: >>>> demande >>>> at >>>> org.orbeon.oxf.xforms.XFormsContextStack.getRepeatCurrentSingleNode >>>> ( >>>> X >>>> F >>>> ormsContextStack.java:723) >>>> at >>>> org.orbeon.oxf.xforms.function.xxforms.XXFormsRepeatCurrent.evaluat >>>> e >>>> I >>>> t >>>> em(XXFormsRepeatCurrent.java:45) >>>> at >>>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>>> j >>>> a >>>> va:628) >>>> at >>>> org.orbeon.saxon.expr.PathExpression.iterate(PathExpression.java:80 >>>> 9 >>>> ) >>>> at >>>> org.orbeon.saxon.functions.Subsequence.iterate(Subsequence.java:51) >>>> at >>>> org.orbeon.saxon.expr.CardinalityChecker.evaluateItem(CardinalityCh >>>> e >>>> c >>>> k >>>> er.java:263) >>>> at >>>> org.orbeon.saxon.functions.StringFn.evaluateItem(StringFn.java:34) >>>> at >>>> org.orbeon.saxon.expr.ComputedExpression.iterate(ComputedExpression. >>>> j >>>> a >>>> va:628) >>>> at >>>> org.orbeon.oxf.util.PooledXPathExpression.evaluate(PooledXPathExpre >>>> s >>>> s >>>> i >>>> on.java:244) >>>> at >>>> org.orbeon.oxf.util.PooledXPathExpression.evaluateSingleKeepNodeInf >>>> o >>>> ( >>>> P >>>> ooledXPathExpression.java:221) >>>> at >>>> org.orbeon.oxf.util.XPathCache.evaluateAsString(XPathCache.java:228 >>>> ) >>>> .... >>>> >>>> With orbeon 3.7.1 I don't have this error. >>>> >>>> Have you an idea ? >>>> >>>> Thank you. >>>> >>>> >>>> Julien BITTARD >>>> >>>> >>>> Please help Logica to respect the environment by not printing this >>>> email / Pour contribuer comme Logica au respect de l'environnement, >>>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese >>>> Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu >>>> schtzen. / Por favor ajude a Logica a respeitar o ambiente no >>>> imprimindo este correio electrnico. This e-mail and any attachment >>>> is for authorised use by the intended recipient(s) only. It may >>>> contain proprietary material, confidential information and/or be >>>> subject to legal privilege. It should not be copied, disclosed to, >>>> retained or used by, any other party. If you are not an intended >>>> recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>>> Please help Logica to respect the environment by not printing this >>>> email / Pour contribuer comme Logica au respect de l'environnement, >>>> merci de ne pas imprimer ce mail / Bitte drucken Sie diese >>>> Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu >>>> schützen. / Por favor ajude a Logica a respeitar o ambiente não >>>> imprimindo este correio electrónico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. >>>> It may contain proprietary material, confidential information >>>> and/or be subject to legal privilege. It should not be copied, >>>> disclosed to, retained or used by, any other party. If you are not >>>> an intended recipient then please promptly delete this e-mail and >>>> any attachment and all copies and inform the sender. Thank you. >>>> >>>> -- >>>> 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 >>>> >>>> >>> >>> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >>> >>> >>> >>> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >>> >>> >>> >>> >>> -- >>> 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 >>> >>> >> >> Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. >> >> >> >> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. >> >> >> >> >> -- >> 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 >> >> > > Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > > > -- > 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 > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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 |
Free forum by Nabble | Edit this page |