[
https://issues.jboss.org/browse/JBIDE-18312?page=com.atlassian.jira.plugi...
]
Ilya Buziuk edited comment on JBIDE-18312 at 10/6/14 10:11 AM:
---------------------------------------------------------------
[~vpakan], you have probably entered the incorrect data (I do belive there is a validation
on the server side). With valid data it should work fine -
http://screencast.com/t/SGTjPaTBrb
In terms of "Birth Day". There is a separate upstream issue - JBIDE-17054.
Basically, everything should work with an empty date field:
{code}
if (newContact.birthDate== "") {
newContact.birthDate = "1970-01-01";
}
{code}
Could you give it a go one more time?
was (Author: ibuziuk):
[~vpakan], you have probably entered the incorrect data (I do belive there is a validation
on the server side). With valid data it should work fine -
http://screencast.com/t/SGTjPaTBrb
In terms of "Birth Day". There is a separate upstream issue - JBIDE-17054
{code}
if (newContact.birthDate== "") {
newContact.birthDate = "1970-01-01";
}
{code}
Could you give it a go one more time?
CordovaSim struggles with POST
------------------------------
Key: JBIDE-18312
URL:
https://issues.jboss.org/browse/JBIDE-18312
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Reporter: Burr Sutter
Assignee: Ilya Buziuk
Priority: Blocker
Fix For: 4.2.0.CR2
Attachments: hybrid1001.zip, post_error.png
I will attach the project.
The $.ajax post does not fire correctly from inside of CordovaSim - but it does via the
iOS Simulator and from a real Android Device. Nothing in the error message on the
client-side.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)