Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 33420 invoked from network); 5 Mar 2007 21:43:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 21:43:02 -0000 Received: (qmail 16286 invoked by uid 500); 5 Mar 2007 21:43:01 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 16259 invoked by uid 500); 5 Mar 2007 21:43:01 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 16248 invoked by uid 99); 5 Mar 2007 21:43:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 13:43:01 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 13:42:49 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HOKwu-0006C2-KT for user@struts.apache.org; Mon, 05 Mar 2007 13:42:28 -0800 Message-ID: <9320645.post@talk.nabble.com> Date: Mon, 5 Mar 2007 13:42:28 -0800 (PST) From: sfali To: user@struts.apache.org Subject: ParametersInterceptor Error MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_896_7605895.1173130948547" X-Nabble-From: f.syed.ali@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_896_7605895.1173130948547 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi All, I have following scenario: In my Action I set my pojo bean with some values and sets this bean into session. On the next page I displays these values in a form by <s:textfield name="field1" value="%{#sesssion.mypojo.field1}"/>, when I am submitting the form I am geting following error: ERROR [com.opensymphony.xwork2.interceptor.ParametersInterceptor] ParametersInterceptor - [setParameters]: Unexpected Exception catched: Error setting expression 'field1' with value '[Ljava.lang.String;@1d15d1c'. Any Idea what is going wrong? and how to fix it. I am using Struts 2.0.6. Thanks in advance. Regards Syed Ali -- View this message in context: http://www.nabble.com/ParametersInterceptor-Error-tf3351752.html#a9320645 Sent from the Struts - User mailing list archive at Nabble.com. ------=_Part_896_7605895.1173130948547--