Re: Help, issues with email in form runner

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

Re: Help, issues with email in form runner

Rodney Wild

Hey everyone, I have been trying to get emailing  a form working as a part of
filling out a form.  But every time I hit send it looks like it is sending it
but nothing shows up on my mail server (it’s an exchange server).  Here is
what I have put in the properties-local.xml file (names & numbers have been
changed to protect the guilty).  I have tried, three different mail servers to
get this work (an external mail server, out exchange server and a mail server
on the machine that is hosting form runner) without any lock.  Any ideas?
Thanx in advance.

                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"    
   value="172.99.200.10"/>
                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
   value="rodrick.wilderman"/>
                <property as="xs:string"
name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
                <property as="xs:string"  name="oxf.fr.email.from.*.*"      
   value="[hidden email]"/>
                <property as="xs:string"  name="oxf.fr.email.to.*.*"      
 value="[hidden email]"/>
                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"  
   value="false"/>
                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"  
   value="false"/>

Rod


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

Re: Re: Help, issues with email in form runner

Alessandro  Vernet
Administrator
Rod,

You do have the workflow-send button on your form, right? Could you
check what gets added to your orbeon.log when you hit that button? If
Orbeon Forms can't connect to the SMTP server for some reason, you
should see something about this in the orbeon.log.

Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild
<[hidden email]> wrote:

>
> Hey everyone, I have been trying to get emailing  a form working as a part of
> filling out a form.  But every time I hit send it looks like it is sending it
> but nothing shows up on my mail server (it’s an exchange server).  Here is
> what I  have put in the properties-local.xml file (names & numbers have been
> changed to protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server
> on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: Re: Help, issues with email in form runner

Rodney Wild
Hi Alessandro, I don't believe I have a work-flow send button(I am just using the form with the form runner).  I checked and I can't find an orbeon.log file anywhere in the tomcat tree so I don't think logging is turned on (at least it appears not).  I have tried to turn logging on by log4j.xml file but I try the email option and then go looking for the orbeon.log file and don't find it.

Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:

>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


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

dateTime

Steven Kerr
Hello,

This has probably been discussed so I will keep it short.  I have an
issue with the dateTime filed on a current (two days ago) nightly build
(CE) of Orbeon.  I also had the same issue with 3.8.0 CE.

The problem:
When the dataTime field value is changed in the model (loaded from
somewhere) it doesn't display correctly.

i.e.
2010-06-24T11:05:56

Is displayed as:
[2010-06-24T11:05:56](D)   [          ](T)

If you then edit it using the control it gets confused.

I know this issue isn't being caused by my date format.  As:
* I tried it with a vanilla install
* Cleared the data in the dateTime filed
* Set the value using the dateTime control
* Saved this to a XML DB
* Cleared the value in the field
* Loaded the data from the XML DB
* Fail

When I reverted to a nightly build from a few months back it was fine.
Has anyone else found this?

Cheers

Steve





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

RE: Re: Re: Help, issues with email in form runner

Rodney Wild
In reply to this post by Alessandro Vernet
Thanx for your Help Alessandro, I did manage to figure it out (not only was error logging turned off but it seem like if you are using an email field to populate the email to field it must be visible, if it is not it will not work.  Which I think is kind of strange but made it visible and then it started working.  That brings up one more questions that I had which I am hoping someone can give me an idea of how to do.  I have a drop down list of users, and an email box.  I would like the email address to change based on the selection of drop down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.

Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:

>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


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

Re: RE: Re: Re: Help, issues with email in form runner

Erik Bruchez
Administrator
Rod,

You could use a xforms:bind/@calculate, or setup an action that responds to a change of value of the dropdown. Do you use Form Builder or just Form Runner?

-Erik

On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney <[hidden email]> wrote:
Thanx for your Help Alessandro, I did manage to figure it out (not only was error logging turned off but it seem like if you are using an email field to populate the email to field it must be visible, if it is not it will not work.  Which I think is kind of strange but made it visible and then it started working.  That brings up one more questions that I had which I am hoping someone can give me an idea of how to do.  I have a drop down list of users, and an email box.  I would like the email address to change based on the selection of drop down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.

Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:
>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>



--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


--
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
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: Re: Help, issues with email in form runner

Rodney Wild

Hi Erik, I have been using Form Builder to build the form (it is mostly complete) and am now using Form Runner to fill it out and email it to an email address.  I will also say that I am a newb to xforms and Orbeon Forms but not programming in general.

 

Rod

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: June 24, 2010 2:12 PM
To: [hidden email]
Subject: [ops-users] Re: RE: Re: Re: Help, issues with email in form runner

 

Rod,

 

You could use a xforms:bind/@calculate, or setup an action that responds to a change of value of the dropdown. Do you use Form Builder or just Form Runner?

 

-Erik

On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney <[hidden email]> wrote:

Thanx for your Help Alessandro, I did manage to figure it out (not only was error logging turned off but it seem like if you are using an email field to populate the email to field it must be visible, if it is not it will not work.  Which I think is kind of strange but made it visible and then it started working.  That brings up one more questions that I had which I am hoping someone can give me an idea of how to do.  I have a drop down list of users, and an email box.  I would like the email address to change based on the selection of drop down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.


Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:
>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>



--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



--
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
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: RE: Re: Re: Help, issues with email in form runner

Erik Bruchez
Administrator
Good. So let us know if you need help on the suggestion above.

-Erik

On Thu, Jun 24, 2010 at 1:27 PM, Wild, Rodney <[hidden email]> wrote:

Hi Erik, I have been using Form Builder to build the form (it is mostly complete) and am now using Form Runner to fill it out and email it to an email address.  I will also say that I am a newb to xforms and Orbeon Forms but not programming in general.

 

Rod

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: June 24, 2010 2:12 PM
To: [hidden email]
Subject: [ops-users] Re: RE: Re: Re: Help, issues with email in form runner

 

Rod,

 

You could use a xforms:bind/@calculate, or setup an action that responds to a change of value of the dropdown. Do you use Form Builder or just Form Runner?

 

-Erik

On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney <[hidden email]> wrote:

Thanx for your Help Alessandro, I did manage to figure it out (not only was error logging turned off but it seem like if you are using an email field to populate the email to field it must be visible, if it is not it will not work.  Which I think is kind of strange but made it visible and then it started working.  That brings up one more questions that I had which I am hoping someone can give me an idea of how to do.  I have a drop down list of users, and an email box.  I would like the email address to change based on the selection of drop down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.


Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:
>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>



--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



--
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




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

Re: dateTime

Alessandro  Vernet
Administrator
In reply to this post by Steven Kerr
Steve,

This is not an issue I am aware of, but so we can look into this for
you, could you create a minimal test case for us that runs in the
XForms sandbox and that we can use to reproduce this?

Alex

On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr
<[hidden email]> wrote:

> Hello,
>
> This has probably been discussed so I will keep it short.  I have an
> issue with the dateTime filed on a current (two days ago) nightly build
> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>
> The problem:
> When the dataTime field value is changed in the model (loaded from
> somewhere) it doesn't display correctly.
>
> i.e.
> 2010-06-24T11:05:56
>
> Is displayed as:
> [2010-06-24T11:05:56](D)   [          ](T)
>
> If you then edit it using the control it gets confused.
>
> I know this issue isn't being caused by my date format.  As:
> * I tried it with a vanilla install
> * Cleared the data in the dateTime filed
> * Set the value using the dateTime control
> * Saved this to a XML DB
> * Cleared the value in the field
> * Loaded the data from the XML DB
> * Fail
>
> When I reverted to a nightly build from a few months back it was fine.
> Has anyone else found this?
>
> Cheers
>
> Steve
>
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: dateTime

Steven Kerr
Alex

Please find the test attached.  If I am doing something wrong then please let me know.

Cheers

Steven

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Friday, 25 June 2010 07:20
To: ops-users
Subject: [ops-users] Re: dateTime

Steve,

This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?

Alex

On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:

> Hello,
>
> This has probably been discussed so I will keep it short.  I have an
> issue with the dateTime filed on a current (two days ago) nightly
> build
> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>
> The problem:
> When the dataTime field value is changed in the model (loaded from
> somewhere) it doesn't display correctly.
>
> i.e.
> 2010-06-24T11:05:56
>
> Is displayed as:
> [2010-06-24T11:05:56](D)   [          ](T)
>
> If you then edit it using the control it gets confused.
>
> I know this issue isn't being caused by my date format.  As:
> * I tried it with a vanilla install
> * Cleared the data in the dateTime filed
> * Set the value using the dateTime control
> * Saved this to a XML DB
> * Cleared the value in the field
> * Loaded the data from the XML DB
> * Fail
>
> When I reverted to a nightly build from a few months back it was fine.
> Has anyone else found this?
>
> Cheers
>
> Steve
>
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


--
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

dateTime-test.xhtml (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Re: dateTime

Steven Kerr
In reply to this post by Alessandro Vernet
Alex

Sorry.  Didn't save it properly.

Please find updated version attached
 

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Friday, 25 June 2010 07:20
To: ops-users
Subject: [ops-users] Re: dateTime

Steve,

This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?

Alex

On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:

> Hello,
>
> This has probably been discussed so I will keep it short.  I have an
> issue with the dateTime filed on a current (two days ago) nightly
> build
> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>
> The problem:
> When the dataTime field value is changed in the model (loaded from
> somewhere) it doesn't display correctly.
>
> i.e.
> 2010-06-24T11:05:56
>
> Is displayed as:
> [2010-06-24T11:05:56](D)   [          ](T)
>
> If you then edit it using the control it gets confused.
>
> I know this issue isn't being caused by my date format.  As:
> * I tried it with a vanilla install
> * Cleared the data in the dateTime filed
> * Set the value using the dateTime control
> * Saved this to a XML DB
> * Cleared the value in the field
> * Loaded the data from the XML DB
> * Fail
>
> When I reverted to a nightly build from a few months back it was fine.
> Has anyone else found this?
>
> Cheers
>
> Steve
>
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


--
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

dateTime-test.xhtml (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: Re: Help, issues with email in form runner

Rodney Wild
In reply to this post by Erik Bruchez

Hi Erick, either I am missing something or I just don’t know enough about Form Builder/Xforms …. I am thinking it is the later.  Because I am just not getting what your putting down.  Can you point me in the direction of a short example?

 

Rod

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik Bruchez
Sent: June 24, 2010 2:12 PM
To: [hidden email]
Subject: [ops-users] Re: RE: Re: Re: Help, issues with email in form runner

 

Rod,

 

You could use a xforms:bind/@calculate, or setup an action that responds to a change of value of the dropdown. Do you use Form Builder or just Form Runner?

 

-Erik

On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney <[hidden email]> wrote:

Thanx for your Help Alessandro, I did manage to figure it out (not only was error logging turned off but it seem like if you are using an email field to populate the email to field it must be visible, if it is not it will not work.  Which I think is kind of strange but made it visible and then it started working.  That brings up one more questions that I had which I am hoping someone can give me an idea of how to do.  I have a drop down list of users, and an email box.  I would like the email address to change based on the selection of drop down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.


Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 23, 2010 11:28 AM
To: ops-users
Subject: [ops-users] Re: Re: Help, issues with email in form runner

Rod,

You do have the workflow-send button on your form, right? Could you check what gets added to your orbeon.log when you hit that button? If Orbeon Forms can't connect to the SMTP server for some reason, you should see something about this in the orbeon.log.


Alex

On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]> wrote:
>
> Hey everyone, I have been trying to get emailing  a form working as a
> part of filling out a form.  But every time I hit send it looks like
> it is sending it but nothing shows up on my mail server (it's an
> exchange server).  Here is what I  have put in the
> properties-local.xml file (names & numbers have been changed to
> protect the guilty).  I have tried, three different mail servers to
> get this work (an external mail server, out exchange server and a mail server on the machine that is hosting form runner) without any lock.  Any ideas?
> Thanx in advance.
>
>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>   value="172.99.200.10"/>
>                <property as="xs:string"  name="oxf.fr.email.smtp.username.*.*"
>   value="rodrick.wilderman"/>
>                <property as="xs:string"
> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>   value="[hidden email]"/>
>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>  value="[hidden email]"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-pdf.*.*"
>   value="false"/>
>                <property as="xs:boolean" name="oxf.fr.email.attach-xml.*.*"
>   value="false"/>
>
> Rod
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>



--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



--
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
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: dateTime

Alessandro  Vernet
Administrator
In reply to this post by Steven Kerr
Steve,

Thank you for the test case. This is now fixed, and you'll find the
fix in the next nightly build. For reference, the bug is:

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

Note that in your example, the first link (Update with value:
2009-06-25), still won't "work", even with this fix. This is because
2009-06-25 is not a valid xs:dateTime. We try to do the best we can
with it, but it ends up in the time field, which is obviously wrong.
So you'll want to make sure that when you set the value of an
xs:dateTime node, you do set it with a valid xs:dateTime.

Alex

On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr
<[hidden email]> wrote:

> Alex
>
> Sorry.  Didn't save it properly.
>
> Please find updated version attached
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Friday, 25 June 2010 07:20
> To: ops-users
> Subject: [ops-users] Re: dateTime
>
> Steve,
>
> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>
> Alex
>
> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>> Hello,
>>
>> This has probably been discussed so I will keep it short.  I have an
>> issue with the dateTime filed on a current (two days ago) nightly
>> build
>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>
>> The problem:
>> When the dataTime field value is changed in the model (loaded from
>> somewhere) it doesn't display correctly.
>>
>> i.e.
>> 2010-06-24T11:05:56
>>
>> Is displayed as:
>> [2010-06-24T11:05:56](D)   [          ](T)
>>
>> If you then edit it using the control it gets confused.
>>
>> I know this issue isn't being caused by my date format.  As:
>> * I tried it with a vanilla install
>> * Cleared the data in the dateTime filed
>> * Set the value using the dateTime control
>> * Saved this to a XML DB
>> * Cleared the value in the field
>> * Loaded the data from the XML DB
>> * Fail
>>
>> When I reverted to a nightly build from a few months back it was fine.
>> Has anyone else found this?
>>
>> Cheers
>>
>> Steve
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: RE: Re: Re: Help, issues with email in form runner

Alessandro  Vernet
Administrator
In reply to this post by Rodney Wild
Rod,

What is the logic that determines the email address based on the value
selected in the drop-down? Are those emails known in advance (e.g.
Sales, Technical... of a contact form)? If they are, then you can set
the email address to be the "value" (when you edit the label/value for
the drop-down, in the Itemset Editor dialog). Then it will be just as
if you had a text field and the user had typed the email address in
that field. Does this make sense?

Alex

On Fri, Jun 25, 2010 at 7:07 AM, Wild, Rodney
<[hidden email]> wrote:

> Hi Erick, either I am missing something or I just don’t know enough about
> Form Builder/Xforms …. I am thinking it is the later.  Because I am just not
> getting what your putting down.  Can you point me in the direction of a
> short example?
>
>
>
> Rod
>
>
>
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik
> Bruchez
> Sent: June 24, 2010 2:12 PM
> To: [hidden email]
> Subject: [ops-users] Re: RE: Re: Re: Help, issues with email in form runner
>
>
>
> Rod,
>
>
>
> You could use a xforms:bind/@calculate, or setup an action that responds to
> a change of value of the dropdown. Do you use Form Builder or just Form
> Runner?
>
>
>
> -Erik
>
> On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney <[hidden email]>
> wrote:
>
> Thanx for your Help Alessandro, I did manage to figure it out (not only was
> error logging turned off but it seem like if you are using an email field to
> populate the email to field it must be visible, if it is not it will not
> work.  Which I think is kind of strange but made it visible and then it
> started working.  That brings up one more questions that I had which I am
> hoping someone can give me an idea of how to do.  I have a drop down list of
> users, and an email box.  I would like the email address to change based on
> the selection of drop down box, is this relatively easy to do in the base
> form runner, and if so how?  Thanx in advance for any help.
>
> Rod
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: June 23, 2010 11:28 AM
> To: ops-users
> Subject: [ops-users] Re: Re: Help, issues with email in form runner
>
> Rod,
>
> You do have the workflow-send button on your form, right? Could you check
> what gets added to your orbeon.log when you hit that button? If Orbeon Forms
> can't connect to the SMTP server for some reason, you should see something
> about this in the orbeon.log.
>
>
> Alex
>
> On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild <[hidden email]>
> wrote:
>>
>> Hey everyone, I have been trying to get emailing  a form working as a
>> part of filling out a form.  But every time I hit send it looks like
>> it is sending it but nothing shows up on my mail server (it's an
>> exchange server).  Here is what I  have put in the
>> properties-local.xml file (names & numbers have been changed to
>> protect the guilty).  I have tried, three different mail servers to
>> get this work (an external mail server, out exchange server and a mail
>> server on the machine that is hosting form runner) without any lock.  Any
>> ideas?
>> Thanx in advance.
>>
>>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>>   value="172.99.200.10"/>
>>                <property as="xs:string"
>>  name="oxf.fr.email.smtp.username.*.*"
>>   value="rodrick.wilderman"/>
>>                <property as="xs:string"
>> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>>   value="[hidden email]"/>
>>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>>  value="[hidden email]"/>
>>                <property as="xs:boolean"
>> name="oxf.fr.email.attach-pdf.*.*"
>>   value="false"/>
>>                <property as="xs:boolean"
>> name="oxf.fr.email.attach-xml.*.*"
>>   value="false"/>
>>
>> Rod
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
> --
> 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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: dateTime

Steven Kerr
In reply to this post by Alessandro Vernet
Alex

Thanks for that!  That has indeed fixed the problem.  I only load validated data, so it not loading a date on its own is not a problem.

New Problem :(
I had thought this was to do with the original problem, however now that that's fixed, it remains.  When I run my application on an Apple iPad and load a form I get the following error:

JavaScript Error on Line 88
http://plweb01:8080/orbeon/xforms-server/xforms-yuicalendar-min.js
JavaScript execution exceeded timeout.

The page then only half loads.  Again, if I revert back to an older nightly build it works fine.  Could you help me track down this problem?

Kind regards

Steven

 

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Saturday, 26 June 2010 07:34
To: ops-users
Subject: [ops-users] Re: RE: Re: dateTime

Steve,

Thank you for the test case. This is now fixed, and you'll find the fix in the next nightly build. For reference, the bug is:

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

Note that in your example, the first link (Update with value:
2009-06-25), still won't "work", even with this fix. This is because
2009-06-25 is not a valid xs:dateTime. We try to do the best we can with it, but it ends up in the time field, which is obviously wrong.
So you'll want to make sure that when you set the value of an xs:dateTime node, you do set it with a valid xs:dateTime.

Alex

On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr <[hidden email]> wrote:

> Alex
>
> Sorry.  Didn't save it properly.
>
> Please find updated version attached
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Friday, 25 June 2010 07:20
> To: ops-users
> Subject: [ops-users] Re: dateTime
>
> Steve,
>
> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>
> Alex
>
> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>> Hello,
>>
>> This has probably been discussed so I will keep it short.  I have an
>> issue with the dateTime filed on a current (two days ago) nightly
>> build
>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>
>> The problem:
>> When the dataTime field value is changed in the model (loaded from
>> somewhere) it doesn't display correctly.
>>
>> i.e.
>> 2010-06-24T11:05:56
>>
>> Is displayed as:
>> [2010-06-24T11:05:56](D)   [          ](T)
>>
>> If you then edit it using the control it gets confused.
>>
>> I know this issue isn't being caused by my date format.  As:
>> * I tried it with a vanilla install
>> * Cleared the data in the dateTime filed
>> * Set the value using the dateTime control
>> * Saved this to a XML DB
>> * Cleared the value in the field
>> * Loaded the data from the XML DB
>> * Fail
>>
>> When I reverted to a nightly build from a few months back it was fine.
>> Has anyone else found this?
>>
>> Cheers
>>
>> Steve
>>
>>
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



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

RE: Re: RE: Re: RE: Re: Re: Help, issues with email in form runner

Rodney Wild
In reply to this post by Alessandro Vernet
Yes they are known in advance and I went down that road myself and it does seem to work, but is there any way to set it up so that is also the return address rather than just an email address in the TO field?

Rod

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: June 25, 2010 9:20 PM
To: ops-users
Subject: [ops-users] Re: RE: Re: RE: Re: Re: Help, issues with email in form runner

Rod,

What is the logic that determines the email address based on the value selected in the drop-down? Are those emails known in advance (e.g.
Sales, Technical... of a contact form)? If they are, then you can set the email address to be the "value" (when you edit the label/value for the drop-down, in the Itemset Editor dialog). Then it will be just as if you had a text field and the user had typed the email address in that field. Does this make sense?

Alex

On Fri, Jun 25, 2010 at 7:07 AM, Wild, Rodney <[hidden email]> wrote:

> Hi Erick, either I am missing something or I just don't know enough
> about Form Builder/Xforms .... I am thinking it is the later.  Because I
> am just not getting what your putting down.  Can you point me in the
> direction of a short example?
>
>
>
> Rod
>
>
>
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Erik
> Bruchez
> Sent: June 24, 2010 2:12 PM
> To: [hidden email]
> Subject: [ops-users] Re: RE: Re: Re: Help, issues with email in form
> runner
>
>
>
> Rod,
>
>
>
> You could use a xforms:bind/@calculate, or setup an action that
> responds to a change of value of the dropdown. Do you use Form Builder
> or just Form Runner?
>
>
>
> -Erik
>
> On Thu, Jun 24, 2010 at 8:29 AM, Wild, Rodney
> <[hidden email]>
> wrote:
>
> Thanx for your Help Alessandro, I did manage to figure it out (not
> only was error logging turned off but it seem like if you are using an
> email field to populate the email to field it must be visible, if it
> is not it will not work.  Which I think is kind of strange but made it
> visible and then it started working.  That brings up one more
> questions that I had which I am hoping someone can give me an idea of
> how to do.  I have a drop down list of users, and an email box.  I
> would like the email address to change based on the selection of drop
> down box, is this relatively easy to do in the base form runner, and if so how?  Thanx in advance for any help.
>
> Rod
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: June 23, 2010 11:28 AM
> To: ops-users
> Subject: [ops-users] Re: Re: Help, issues with email in form runner
>
> Rod,
>
> You do have the workflow-send button on your form, right? Could you
> check what gets added to your orbeon.log when you hit that button? If
> Orbeon Forms can't connect to the SMTP server for some reason, you
> should see something about this in the orbeon.log.
>
>
> Alex
>
> On Tue, Jun 22, 2010 at 3:08 PM, Rodney Wild
> <[hidden email]>
> wrote:
>>
>> Hey everyone, I have been trying to get emailing  a form working as a
>> part of filling out a form.  But every time I hit send it looks like
>> it is sending it but nothing shows up on my mail server (it's an
>> exchange server).  Here is what I  have put in the
>> properties-local.xml file (names & numbers have been changed to
>> protect the guilty).  I have tried, three different mail servers to
>> get this work (an external mail server, out exchange server and a
>> mail server on the machine that is hosting form runner) without any
>> lock.  Any ideas?
>> Thanx in advance.
>>
>>                <property as="xs:string"  name="oxf.fr.email.smtp.host.*.*"
>>   value="172.99.200.10"/>
>>                <property as="xs:string"
>>  name="oxf.fr.email.smtp.username.*.*"
>>   value="rodrick.wilderman"/>
>>                <property as="xs:string"
>> name="oxf.fr.email.smtp.credentials.*.*" value="formrunner"/>
>>                <property as="xs:string"  name="oxf.fr.email.from.*.*"
>>   value="[hidden email]"/>
>>                <property as="xs:string"  name="oxf.fr.email.to.*.*"
>>  value="[hidden email]"/>
>>                <property as="xs:boolean"
>> name="oxf.fr.email.attach-pdf.*.*"
>>   value="false"/>
>>                <property as="xs:boolean"
>> name="oxf.fr.email.attach-xml.*.*"
>>   value="false"/>
>>
>> Rod
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
> --
> 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
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


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

Re: RE: Re: RE: Re: dateTime

Alessandro  Vernet
Administrator
In reply to this post by Steven Kerr
Steven,

I'll send you my mailing address so you can mail me an iPad to test
this! ;) Seriously, can you also reproduce this issue with Safari on a
desktop (OS X or Windows)?

Alex

On Sun, Jun 27, 2010 at 11:03 PM, Steven Kerr
<[hidden email]> wrote:

> Alex
>
> Thanks for that!  That has indeed fixed the problem.  I only load validated data, so it not loading a date on its own is not a problem.
>
> New Problem :(
> I had thought this was to do with the original problem, however now that that's fixed, it remains.  When I run my application on an Apple iPad and load a form I get the following error:
>
> JavaScript Error on Line 88
> http://plweb01:8080/orbeon/xforms-server/xforms-yuicalendar-min.js
> JavaScript execution exceeded timeout.
>
> The page then only half loads.  Again, if I revert back to an older nightly build it works fine.  Could you help me track down this problem?
>
> Kind regards
>
> Steven
>
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Saturday, 26 June 2010 07:34
> To: ops-users
> Subject: [ops-users] Re: RE: Re: dateTime
>
> Steve,
>
> Thank you for the test case. This is now fixed, and you'll find the fix in the next nightly build. For reference, the bug is:
>
> http://forge.ow2.org/tracker/index.php?func=detail&aid=315137&group_id=168&atid=350207
>
> Note that in your example, the first link (Update with value:
> 2009-06-25), still won't "work", even with this fix. This is because
> 2009-06-25 is not a valid xs:dateTime. We try to do the best we can with it, but it ends up in the time field, which is obviously wrong.
> So you'll want to make sure that when you set the value of an xs:dateTime node, you do set it with a valid xs:dateTime.
>
> Alex
>
> On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr <[hidden email]> wrote:
>> Alex
>>
>> Sorry.  Didn't save it properly.
>>
>> Please find updated version attached
>>
>>
>> -----Original Message-----
>> From: Alessandro Vernet [mailto:[hidden email]]
>> Sent: Friday, 25 June 2010 07:20
>> To: ops-users
>> Subject: [ops-users] Re: dateTime
>>
>> Steve,
>>
>> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>>
>> Alex
>>
>> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>>> Hello,
>>>
>>> This has probably been discussed so I will keep it short.  I have an
>>> issue with the dateTime filed on a current (two days ago) nightly
>>> build
>>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>>
>>> The problem:
>>> When the dataTime field value is changed in the model (loaded from
>>> somewhere) it doesn't display correctly.
>>>
>>> i.e.
>>> 2010-06-24T11:05:56
>>>
>>> Is displayed as:
>>> [2010-06-24T11:05:56](D)   [          ](T)
>>>
>>> If you then edit it using the control it gets confused.
>>>
>>> I know this issue isn't being caused by my date format.  As:
>>> * I tried it with a vanilla install
>>> * Cleared the data in the dateTime filed
>>> * Set the value using the dateTime control
>>> * Saved this to a XML DB
>>> * Cleared the value in the field
>>> * Loaded the data from the XML DB
>>> * Fail
>>>
>>> When I reverted to a nightly build from a few months back it was fine.
>>> Has anyone else found this?
>>>
>>> Cheers
>>>
>>> Steve
>>>
>>>
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: RE: Re: dateTime

Steven Kerr
Alex

Heh.  Orbeon is perfect for iPad web apps.  Testing is going very well (old build).  We are deploying them to our lab for data entry - once OtterBox finally release their case.  I am sure you could come up with a good excuse for a handful of iPads ;)

In terms of reproducing on PC/Mac - not as yet.  My forms load a lot of data and iPads only have 256MB of RAM as far as I know.  This might be bringing a small error to the surface, but it's hard to say.

Can you tell me where xforms-yuicalendar-min.js lives?  I might do a code compare.

Kind regards

Steven



-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Tuesday, 29 June 2010 12:55
To: ops-users
Subject: [ops-users] Re: RE: Re: RE: Re: dateTime

Steven,

I'll send you my mailing address so you can mail me an iPad to test this! ;) Seriously, can you also reproduce this issue with Safari on a desktop (OS X or Windows)?

Alex

On Sun, Jun 27, 2010 at 11:03 PM, Steven Kerr <[hidden email]> wrote:

> Alex
>
> Thanks for that!  That has indeed fixed the problem.  I only load validated data, so it not loading a date on its own is not a problem.
>
> New Problem :(
> I had thought this was to do with the original problem, however now that that's fixed, it remains.  When I run my application on an Apple iPad and load a form I get the following error:
>
> JavaScript Error on Line 88
> http://plweb01:8080/orbeon/xforms-server/xforms-yuicalendar-min.js
> JavaScript execution exceeded timeout.
>
> The page then only half loads.  Again, if I revert back to an older nightly build it works fine.  Could you help me track down this problem?
>
> Kind regards
>
> Steven
>
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Saturday, 26 June 2010 07:34
> To: ops-users
> Subject: [ops-users] Re: RE: Re: dateTime
>
> Steve,
>
> Thank you for the test case. This is now fixed, and you'll find the fix in the next nightly build. For reference, the bug is:
>
> http://forge.ow2.org/tracker/index.php?func=detail&aid=315137&group_id
> =168&atid=350207
>
> Note that in your example, the first link (Update with value:
> 2009-06-25), still won't "work", even with this fix. This is because
> 2009-06-25 is not a valid xs:dateTime. We try to do the best we can with it, but it ends up in the time field, which is obviously wrong.
> So you'll want to make sure that when you set the value of an xs:dateTime node, you do set it with a valid xs:dateTime.
>
> Alex
>
> On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr <[hidden email]> wrote:
>> Alex
>>
>> Sorry.  Didn't save it properly.
>>
>> Please find updated version attached
>>
>>
>> -----Original Message-----
>> From: Alessandro Vernet [mailto:[hidden email]]
>> Sent: Friday, 25 June 2010 07:20
>> To: ops-users
>> Subject: [ops-users] Re: dateTime
>>
>> Steve,
>>
>> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>>
>> Alex
>>
>> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>>> Hello,
>>>
>>> This has probably been discussed so I will keep it short.  I have an
>>> issue with the dateTime filed on a current (two days ago) nightly
>>> build
>>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>>
>>> The problem:
>>> When the dataTime field value is changed in the model (loaded from
>>> somewhere) it doesn't display correctly.
>>>
>>> i.e.
>>> 2010-06-24T11:05:56
>>>
>>> Is displayed as:
>>> [2010-06-24T11:05:56](D)   [          ](T)
>>>
>>> If you then edit it using the control it gets confused.
>>>
>>> I know this issue isn't being caused by my date format.  As:
>>> * I tried it with a vanilla install
>>> * Cleared the data in the dateTime filed
>>> * Set the value using the dateTime control
>>> * Saved this to a XML DB
>>> * Cleared the value in the field
>>> * Loaded the data from the XML DB
>>> * Fail
>>>
>>> When I reverted to a nightly build from a few months back it was fine.
>>> Has anyone else found this?
>>>
>>> Cheers
>>>
>>> Steve
>>>
>>>
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



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

Re: RE: Re: RE: Re: RE: Re: dateTime

Alessandro  Vernet
Administrator
Steven,

The file xforms-yuicalendar-min.js is automatically generated. If you
want to debug this, add the following two properties:

<property as="xs:boolean" name="oxf.xforms.minimal-resources" value="false"/>
<property as="xs:boolean" name="oxf.xforms.combine-resources" value="false"/>

This will disable the minimize/combined resources, so you can actually
see in the JavaScript files where the errors are. And hopefully you
can reproduce that error you got on the iPad running Safari on a
desktop.

Alex

On Mon, Jun 28, 2010 at 8:20 PM, Steven Kerr
<[hidden email]> wrote:

> Alex
>
> Heh.  Orbeon is perfect for iPad web apps.  Testing is going very well (old build).  We are deploying them to our lab for data entry - once OtterBox finally release their case.  I am sure you could come up with a good excuse for a handful of iPads ;)
>
> In terms of reproducing on PC/Mac - not as yet.  My forms load a lot of data and iPads only have 256MB of RAM as far as I know.  This might be bringing a small error to the surface, but it's hard to say.
>
> Can you tell me where xforms-yuicalendar-min.js lives?  I might do a code compare.
>
> Kind regards
>
> Steven
>
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Tuesday, 29 June 2010 12:55
> To: ops-users
> Subject: [ops-users] Re: RE: Re: RE: Re: dateTime
>
> Steven,
>
> I'll send you my mailing address so you can mail me an iPad to test this! ;) Seriously, can you also reproduce this issue with Safari on a desktop (OS X or Windows)?
>
> Alex
>
> On Sun, Jun 27, 2010 at 11:03 PM, Steven Kerr <[hidden email]> wrote:
>> Alex
>>
>> Thanks for that!  That has indeed fixed the problem.  I only load validated data, so it not loading a date on its own is not a problem.
>>
>> New Problem :(
>> I had thought this was to do with the original problem, however now that that's fixed, it remains.  When I run my application on an Apple iPad and load a form I get the following error:
>>
>> JavaScript Error on Line 88
>> http://plweb01:8080/orbeon/xforms-server/xforms-yuicalendar-min.js
>> JavaScript execution exceeded timeout.
>>
>> The page then only half loads.  Again, if I revert back to an older nightly build it works fine.  Could you help me track down this problem?
>>
>> Kind regards
>>
>> Steven
>>
>>
>>
>> -----Original Message-----
>> From: Alessandro Vernet [mailto:[hidden email]]
>> Sent: Saturday, 26 June 2010 07:34
>> To: ops-users
>> Subject: [ops-users] Re: RE: Re: dateTime
>>
>> Steve,
>>
>> Thank you for the test case. This is now fixed, and you'll find the fix in the next nightly build. For reference, the bug is:
>>
>> http://forge.ow2.org/tracker/index.php?func=detail&aid=315137&group_id
>> =168&atid=350207
>>
>> Note that in your example, the first link (Update with value:
>> 2009-06-25), still won't "work", even with this fix. This is because
>> 2009-06-25 is not a valid xs:dateTime. We try to do the best we can with it, but it ends up in the time field, which is obviously wrong.
>> So you'll want to make sure that when you set the value of an xs:dateTime node, you do set it with a valid xs:dateTime.
>>
>> Alex
>>
>> On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr <[hidden email]> wrote:
>>> Alex
>>>
>>> Sorry.  Didn't save it properly.
>>>
>>> Please find updated version attached
>>>
>>>
>>> -----Original Message-----
>>> From: Alessandro Vernet [mailto:[hidden email]]
>>> Sent: Friday, 25 June 2010 07:20
>>> To: ops-users
>>> Subject: [ops-users] Re: dateTime
>>>
>>> Steve,
>>>
>>> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>>>
>>> Alex
>>>
>>> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>>>> Hello,
>>>>
>>>> This has probably been discussed so I will keep it short.  I have an
>>>> issue with the dateTime filed on a current (two days ago) nightly
>>>> build
>>>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>>>
>>>> The problem:
>>>> When the dataTime field value is changed in the model (loaded from
>>>> somewhere) it doesn't display correctly.
>>>>
>>>> i.e.
>>>> 2010-06-24T11:05:56
>>>>
>>>> Is displayed as:
>>>> [2010-06-24T11:05:56](D)   [          ](T)
>>>>
>>>> If you then edit it using the control it gets confused.
>>>>
>>>> I know this issue isn't being caused by my date format.  As:
>>>> * I tried it with a vanilla install
>>>> * Cleared the data in the dateTime filed
>>>> * Set the value using the dateTime control
>>>> * Saved this to a XML DB
>>>> * Cleared the value in the field
>>>> * Loaded the data from the XML DB
>>>> * Fail
>>>>
>>>> When I reverted to a nightly build from a few months back it was fine.
>>>> Has anyone else found this?
>>>>
>>>> Cheers
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: RE: Re: RE: Re: dateTime

Steven Kerr
Alex

Thanks for that.  I will check it out.

Cheers

Steven

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Friday, 2 July 2010 05:17
To: ops-users
Subject: [ops-users] Re: RE: Re: RE: Re: RE: Re: dateTime

Steven,

The file xforms-yuicalendar-min.js is automatically generated. If you want to debug this, add the following two properties:

<property as="xs:boolean" name="oxf.xforms.minimal-resources" value="false"/> <property as="xs:boolean" name="oxf.xforms.combine-resources" value="false"/>

This will disable the minimize/combined resources, so you can actually see in the JavaScript files where the errors are. And hopefully you can reproduce that error you got on the iPad running Safari on a desktop.

Alex

On Mon, Jun 28, 2010 at 8:20 PM, Steven Kerr <[hidden email]> wrote:

> Alex
>
> Heh.  Orbeon is perfect for iPad web apps.  Testing is going very well
> (old build).  We are deploying them to our lab for data entry - once
> OtterBox finally release their case.  I am sure you could come up with
> a good excuse for a handful of iPads ;)
>
> In terms of reproducing on PC/Mac - not as yet.  My forms load a lot of data and iPads only have 256MB of RAM as far as I know.  This might be bringing a small error to the surface, but it's hard to say.
>
> Can you tell me where xforms-yuicalendar-min.js lives?  I might do a code compare.
>
> Kind regards
>
> Steven
>
>
>
> -----Original Message-----
> From: Alessandro Vernet [mailto:[hidden email]]
> Sent: Tuesday, 29 June 2010 12:55
> To: ops-users
> Subject: [ops-users] Re: RE: Re: RE: Re: dateTime
>
> Steven,
>
> I'll send you my mailing address so you can mail me an iPad to test this! ;) Seriously, can you also reproduce this issue with Safari on a desktop (OS X or Windows)?
>
> Alex
>
> On Sun, Jun 27, 2010 at 11:03 PM, Steven Kerr <[hidden email]> wrote:
>> Alex
>>
>> Thanks for that!  That has indeed fixed the problem.  I only load validated data, so it not loading a date on its own is not a problem.
>>
>> New Problem :(
>> I had thought this was to do with the original problem, however now that that's fixed, it remains.  When I run my application on an Apple iPad and load a form I get the following error:
>>
>> JavaScript Error on Line 88
>> http://plweb01:8080/orbeon/xforms-server/xforms-yuicalendar-min.js
>> JavaScript execution exceeded timeout.
>>
>> The page then only half loads.  Again, if I revert back to an older nightly build it works fine.  Could you help me track down this problem?
>>
>> Kind regards
>>
>> Steven
>>
>>
>>
>> -----Original Message-----
>> From: Alessandro Vernet [mailto:[hidden email]]
>> Sent: Saturday, 26 June 2010 07:34
>> To: ops-users
>> Subject: [ops-users] Re: RE: Re: dateTime
>>
>> Steve,
>>
>> Thank you for the test case. This is now fixed, and you'll find the fix in the next nightly build. For reference, the bug is:
>>
>> http://forge.ow2.org/tracker/index.php?func=detail&aid=315137&group_i
>> d
>> =168&atid=350207
>>
>> Note that in your example, the first link (Update with value:
>> 2009-06-25), still won't "work", even with this fix. This is because
>> 2009-06-25 is not a valid xs:dateTime. We try to do the best we can with it, but it ends up in the time field, which is obviously wrong.
>> So you'll want to make sure that when you set the value of an xs:dateTime node, you do set it with a valid xs:dateTime.
>>
>> Alex
>>
>> On Thu, Jun 24, 2010 at 8:40 PM, Steven Kerr <[hidden email]> wrote:
>>> Alex
>>>
>>> Sorry.  Didn't save it properly.
>>>
>>> Please find updated version attached
>>>
>>>
>>> -----Original Message-----
>>> From: Alessandro Vernet [mailto:[hidden email]]
>>> Sent: Friday, 25 June 2010 07:20
>>> To: ops-users
>>> Subject: [ops-users] Re: dateTime
>>>
>>> Steve,
>>>
>>> This is not an issue I am aware of, but so we can look into this for you, could you create a minimal test case for us that runs in the XForms sandbox and that we can use to reproduce this?
>>>
>>> Alex
>>>
>>> On Wed, Jun 23, 2010 at 6:16 PM, Steven Kerr <[hidden email]> wrote:
>>>> Hello,
>>>>
>>>> This has probably been discussed so I will keep it short.  I have
>>>> an issue with the dateTime filed on a current (two days ago)
>>>> nightly build
>>>> (CE) of Orbeon.  I also had the same issue with 3.8.0 CE.
>>>>
>>>> The problem:
>>>> When the dataTime field value is changed in the model (loaded from
>>>> somewhere) it doesn't display correctly.
>>>>
>>>> i.e.
>>>> 2010-06-24T11:05:56
>>>>
>>>> Is displayed as:
>>>> [2010-06-24T11:05:56](D)   [          ](T)
>>>>
>>>> If you then edit it using the control it gets confused.
>>>>
>>>> I know this issue isn't being caused by my date format.  As:
>>>> * I tried it with a vanilla install
>>>> * Cleared the data in the dateTime filed
>>>> * Set the value using the dateTime control
>>>> * Saved this to a XML DB
>>>> * Cleared the value in the field
>>>> * Loaded the data from the XML DB
>>>> * Fail
>>>>
>>>> When I reverted to a nightly build from a few months back it was fine.
>>>> Has anyone else found this?
>>>>
>>>> Cheers
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet



--
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