Hi
All,
I have just started
to explore orbeon as xforms solution and are confronted with a problem using
repeats.
I can't seem to get
the insert to work on the attached example.
with the following
added entry in the WEB-INF/resources/page-flow.xml:
<page
path-info="/dev" view="/dev/test.xsl"/>
The example works
fine in firefox (with the xforms plugin).
Does anybody have
any idea what i'm doing wrong here ?
btw. I have tested
this on a Tomcat 5.5 server with orbeon3b4
Thanks in
advance,
Pepijn
Noltes
-- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. -- 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 test.xsl (1K) Download Attachment |
Pepin, What
happens in test.xsl? You shouldn’t need an XForms plugin for Firefox as
Orbeon does all that for you! Ryan Ryan
Puddephatt Web Developer TFX Group Scotand EH54 7DP ( 01506 407 110 7 01506 407 108 From: Pepijn Noltes
[mailto:[hidden email]] Hi All, I have just started to explore orbeon as xforms solution and
are confronted with a problem using repeats. I can't seem to get the insert to work on the attached
example. with the following added entry in the
WEB-INF/resources/page-flow.xml: <page path-info="/dev"
view="/dev/test.xsl"/> The example works fine in firefox (with the xforms plugin). Does anybody have any idea what i'm doing wrong here ? btw. I have tested this on a Tomcat 5.5 server with
orbeon3b4 Thanks in advance, Pepijn Noltes -- -- 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,
I ran Pepin's sample and I see the problem. I think he has just hit this bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=304112&group_id=168&atid=350207 Pepin, while we look at this issue, you can work around it by putting an enclosing <div> around the two xforms:input fields. -Erik Ryan Puddephatt wrote: > Pepin, > > What happens in test.xsl? You shouldn’t need an XForms > plugin for Firefox as Orbeon does all that for you! > > > > Ryan > > > > *Ryan Puddephatt* > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > ------------------------------------------------------------------------ > > *From:* Pepijn Noltes [mailto:[hidden email]] > *Sent:* 15 December 2005 14:12 > *To:* [hidden email] > *Subject:* [ops-users] problem with insert for repeat > > > > Hi All, > > > > I have just started to explore orbeon as xforms solution and are > confronted with a problem using repeats. > > > > I can't seem to get the insert to work on the attached example. > > with the following added entry in the WEB-INF/resources/page-flow.xml: > > <page path-info="/dev" view="/dev/test.xsl"/> > > The example works fine in firefox (with the xforms plugin). > > > > Does anybody have any idea what i'm doing wrong here ? > > > > btw. I have tested this on a Tomcat 5.5 server with orbeon3b4 > > > > > > Thanks in advance, > > Pepijn Noltes > > ------------------------------------------------------------------------ > > -- > The information contained in this communication and any attachments is > confidential and may be privileged, and is for the sole use of the > intended recipient(s). Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the intended recipient, > please notify the sender immediately by replying to this message and > destroy all copies of this message and any attachments. ASML is neither > liable for the proper and complete transmission of the information > contained in this communication, nor for any delay in its receipt. -- 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 Pepijn Noltes
Yes i'm aware that i don't need the xforms plugin for
firefox when using orbeon as xforms server.
The reason I mentioned it was to illustrate that if it is
works under the xforms plugin i would expect it's a correct xhtml/xforms
document (and thus expect it would work under orbeon).
Pepijn From: Ryan Puddephatt [mailto:[hidden email]] Sent: donderdag 15 december 2005 15:16 To: [hidden email] Subject: RE: [ops-users] problem with insert for repeat Pepin,
What happens in test.xsl? You shouldn’t need an XForms plugin for Firefox as
Orbeon does all that for you! Ryan Ryan
Puddephatt Web
Developer TFX
Group Scotand EH54
7DP (
01506 407
110 7
01506 407
108 From: Pepijn
Noltes [mailto:[hidden email]] Hi
All, I have just started to explore
orbeon as xforms solution and are confronted with a problem using
repeats. I can't seem to get the insert to
work on the attached example. with the following added entry in
the WEB-INF/resources/page-flow.xml: <page path-info="/dev"
view="/dev/test.xsl"/> The example works fine in firefox
(with the xforms plugin). Does anybody have any idea what i'm
doing wrong here ? btw. I have tested this on a Tomcat
5.5 server with orbeon3b4 Thanks in
advance, Pepijn
Noltes -- -- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. -- 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 Pepijn Noltes
Yeah :) Now its working.
Thanks for the quick! answers Pepijn -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez Sent: donderdag 15 december 2005 15:25 To: [hidden email] Subject: Re: [ops-users] problem with insert for repeat Ryan, I ran Pepin's sample and I see the problem. I think he has just hit this bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=304112&grou p_id=168&atid=350207 Pepin, while we look at this issue, you can work around it by putting an enclosing <div> around the two xforms:input fields. -Erik Ryan Puddephatt wrote: > Pepin, > > What happens in test.xsl? You shouldn't need an XForms > plugin for Firefox as Orbeon does all that for you! > > > > Ryan > > > > *Ryan Puddephatt* > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > ---------------------------------------------------------------------- > -- > > *From:* Pepijn Noltes [mailto:[hidden email]] > *Sent:* 15 December 2005 14:12 > *To:* [hidden email] > *Subject:* [ops-users] problem with insert for repeat > > > > Hi All, > > > > I have just started to explore orbeon as xforms solution and are > confronted with a problem using repeats. > > > > I can't seem to get the insert to work on the attached example. > > with the following added entry in the WEB-INF/resources/page-flow.xml: > > <page path-info="/dev" view="/dev/test.xsl"/> > > The example works fine in firefox (with the xforms plugin). > > > > Does anybody have any idea what i'm doing wrong here ? > > > > btw. I have tested this on a Tomcat 5.5 server with orbeon3b4 > > > > > > Thanks in advance, > > Pepijn Noltes > > ---------------------------------------------------------------------- > -- > > -- > The information contained in this communication and any attachments is > confidential and may be privileged, and is for the sole use of the > intended recipient(s). Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the intended recipient, > please notify the sender immediately by replying to this message and > destroy all copies of this message and any attachments. ASML is > neither liable for the proper and complete transmission of the > information contained in this communication, nor for any delay in its -- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt. -- 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 Erik Bruchez
Sorry, didn't see the attached sample :-)
Ryan Puddephatt Web Developer TFX Group 1 Michaelson Square Livingston West Lothian Scotand EH54 7DP * [hidden email] ( 01506 407 110 7 01506 407 108 -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez Sent: 15 December 2005 14:25 To: [hidden email] Subject: Re: [ops-users] problem with insert for repeat Ryan, I ran Pepin's sample and I see the problem. I think he has just hit this bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=304112&group_id =168&atid=350207 Pepin, while we look at this issue, you can work around it by putting an enclosing <div> around the two xforms:input fields. -Erik Ryan Puddephatt wrote: > Pepin, > > What happens in test.xsl? You shouldn't need an XForms > plugin for Firefox as Orbeon does all that for you! > > > > Ryan > > > > *Ryan Puddephatt* > > Web Developer > > TFX Group > > 1 Michaelson Square > > Livingston > > West Lothian > > Scotand > > EH54 7DP > > > > * [hidden email] > > ( 01506 407 110 > > 7 01506 407 108 > > > > ------------------------------------------------------------------------ > > *From:* Pepijn Noltes [mailto:[hidden email]] > *Sent:* 15 December 2005 14:12 > *To:* [hidden email] > *Subject:* [ops-users] problem with insert for repeat > > > > Hi All, > > > > I have just started to explore orbeon as xforms solution and are > confronted with a problem using repeats. > > > > I can't seem to get the insert to work on the attached example. > > with the following added entry in the WEB-INF/resources/page-flow.xml: > > <page path-info="/dev" view="/dev/test.xsl"/> > > The example works fine in firefox (with the xforms plugin). > > > > Does anybody have any idea what i'm doing wrong here ? > > > > btw. I have tested this on a Tomcat 5.5 server with orbeon3b4 > > > > > > Thanks in advance, > > Pepijn Noltes > > ------------------------------------------------------------------------ > > -- > The information contained in this communication and any attachments is > confidential and may be privileged, and is for the sole use of the > intended recipient(s). Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the intended recipient, > please notify the sender immediately by replying to this message and > destroy all copies of this message and any attachments. ASML is neither > liable for the proper and complete transmission of the information > contained in this communication, nor for any delay in its receipt. -- 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
|
In reply to this post by Pepijn Noltes
Pepijn Noltes wrote:
> Yeah :) Now its working. > > Thanks for the quick! answers Sure! By the way, XForms compatibility is an important topic for us, so definitely feel free to report differences / bugs you may see while trying different XForms engines! -Erik -- 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
|
In reply to this post by Erik Bruchez
This bug has now been fixed in CVS. The fix should make it into the
unstable builds real soon: http://forge.objectweb.org/nightlybuilds/ops/ops/ -Erik Erik Bruchez wrote: > Ryan, > > I ran Pepin's sample and I see the problem. I think he has just hit this > bug: > > http://forge.objectweb.org/tracker/index.php?func=detail&aid=304112&group_id=168&atid=350207 > > > Pepin, while we look at this issue, you can work around it by putting an > enclosing <div> around the two xforms:input fields. > > -Erik > > Ryan Puddephatt wrote: > >> Pepin, >> >> What happens in test.xsl? You shouldn’t need an XForms >> plugin for Firefox as Orbeon does all that for you! >> >> >> >> Ryan >> >> >> >> *Ryan Puddephatt* >> >> Web Developer >> >> TFX Group >> >> 1 Michaelson Square >> >> Livingston >> >> West Lothian >> >> Scotand >> >> EH54 7DP >> >> >> >> * [hidden email] >> >> ( 01506 407 110 >> >> 7 01506 407 108 >> >> >> >> ------------------------------------------------------------------------ >> >> *From:* Pepijn Noltes [mailto:[hidden email]] >> *Sent:* 15 December 2005 14:12 >> *To:* [hidden email] >> *Subject:* [ops-users] problem with insert for repeat >> >> >> >> Hi All, >> >> >> >> I have just started to explore orbeon as xforms solution and are >> confronted with a problem using repeats. >> >> >> >> I can't seem to get the insert to work on the attached example. >> >> with the following added entry in the WEB-INF/resources/page-flow.xml: >> >> <page path-info="/dev" view="/dev/test.xsl"/> >> >> The example works fine in firefox (with the xforms plugin). >> >> >> >> Does anybody have any idea what i'm doing wrong here ? >> >> >> >> btw. I have tested this on a Tomcat 5.5 server with orbeon3b4 >> >> >> >> >> >> Thanks in advance, >> >> Pepijn Noltes >> >> ------------------------------------------------------------------------ >> >> -- >> The information contained in this communication and any attachments is >> confidential and may be privileged, and is for the sole use of the >> intended recipient(s). Any unauthorized review, use, disclosure or >> distribution is prohibited. If you are not the intended recipient, >> please notify the sender immediately by replying to this message and >> destroy all copies of this message and any attachments. ASML is >> neither liable for the proper and complete transmission of the >> information contained in this communication, nor for any delay in its >> receipt. -- 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 |
Free forum by Nabble | Edit this page |