Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 270E71022C for ; Wed, 28 Aug 2013 08:31:07 +0000 (UTC) Received: (qmail 50537 invoked by uid 500); 28 Aug 2013 08:31:07 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 50161 invoked by uid 500); 28 Aug 2013 08:30:56 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 50145 invoked by uid 99); 28 Aug 2013 08:30:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 08:30:51 +0000 Date: Wed, 28 Aug 2013 08:30:51 +0000 (UTC) From: =?utf-8?Q?Michael_B=C3=A4dorf_=28JIRA=29?= To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TOBAGO-1307) tx:date not recognized as partial request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Michael B=C3=A4dorf created TOBAGO-1307: -------------------------------------- Summary: tx:date not recognized as partial request Key: TOBAGO-1307 URL: https://issues.apache.org/jira/browse/TOBAGO-1307 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects Versions: 2.0.0-alpha-2 Reporter: Michael B=C3=A4dorf Using tx:date with JSF 2.x returns a wrong answer: \n{ "tobagoAjaxResponse": true, "responseCode": 200, "ajaxPart_0": { "ajaxId": "j_idt1:j_idt13:j_id42:j_id43popup", "html": "
Datumsauswahl
<= div id=3D\"j_idt1:j_idt13:j_id42:j_id43popup:calendar\" class=3D\"tobago-ca= lendar\" style=3D\"width:168px;height:180px;top:5px;left:5px;display:block;= position:absolute;\" data-tobago-date-input-id=3D\"j_idt1:j_idt13:j_id41\" = data-tobago-day=3D\"2013\" data-tobago-month=3D\"8\" data-tobago-year=3D\"2= 6\" data-tobago-first-day-of-week=3D\"2\" data-tobago-month-names=3D\"Janua= r,Februar,M=C3=A4rz,April,Mai,Juni,Juli,August,September,Oktober,November,D= ezember\">
3D\"\"3D\"\"August 20133D\"\"3D\"\"
MoDi= MiDoFrSaSo
2930311234
567891011
12= 1314 ;15161718
19202122232425
2627282930311
2345678
", "responseCode": 200 }, "jsfState": "" } As seen in example app it should return something like { "tobagoAjaxResponse": true, "responseCode": 200, "ajaxPart_0": { "ajaxId": "j_idt1:j_idt13:j_id42:j_id43popup", "html": "
Datumsauswahl
<= div id=3D\"j_idt1:j_idt13:j_id42:j_id43popup:calendar\" class=3D\"tobago-ca= lendar\" style=3D\"width:168px;height:180px;top:5px;left:5px;display:block;= position:absolute;\" data-tobago-date-input-id=3D\"j_idt1:j_idt13:j_id41\" = data-tobago-day=3D\"2013\" data-tobago-month=3D\"8\" data-tobago-year=3D\"2= 6\" data-tobago-first-day-of-week=3D\"2\" data-tobago-month-names=3D\"Janua= r,Februar,M=C3=A4rz,April,Mai,Juni,Juli,August,September,Oktober,November,D= ezember\">
3D\"\"3D\"\"August 20133D\"\"3D\"\"
MoDi= MiDoFrSaSo
2930311234
567891011
12= 1314 ;15161718
19202122232425
2627282930311
2345678
", "responseCode": 200 }, "jsfState": "" } The error seems to be \n so the answer could not recognized as json answer -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira