From issues-return-5094-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sun May 13 16:32:11 2007 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 48238 invoked from network); 13 May 2007 16:32:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2007 16:32:09 -0000 Received: (qmail 2884 invoked by uid 500); 13 May 2007 16:32:10 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 2800 invoked by uid 500); 13 May 2007 16:32:10 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 2781 invoked by uid 99); 13 May 2007 16:32:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 09:32:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 May 2007 09:32:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 46A0971406F for ; Sun, 13 May 2007 09:31:43 -0700 (PDT) Message-ID: <19573289.1179073903287.JavaMail.jira@brutus> Date: Sun, 13 May 2007 09:31:43 -0700 (PDT) From: "Musachy Barroso (JIRA)" To: issues@struts.apache.org Subject: [jira] Commented: (WW-1922) Ajax remote form fail to bind nested bean property In-Reply-To: <2330196.1179072582932.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/WW-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40976 ] Musachy Barroso commented on WW-1922: ------------------------------------- Is there any error on the log? There are a few examples on showcase submitting forms and they work (not suer of there is any with a nested bean, but that shouldn't matter). > Ajax remote form fail to bind nested bean property > -------------------------------------------------- > > Key: WW-1922 > URL: https://issues.apache.org/struts/browse/WW-1922 > Project: Struts 2 > Issue Type: Bug > Components: API > Affects Versions: 2.0.6 > Reporter: Stanley Cheng > Assigned To: Musachy Barroso > > public class TestAction extends ActionSupport { > private TestBean myBean; > ... > } > public class TestBean implements Serializable { > private String name; > ... > } > myTest.jsp > > > > > > > > The string "TEST_STRING" fail to bind to the field "myBean.name" inside the action class when I use the ajax submit button to submit my form. But it work find with normal submit form button. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.