Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 88000 invoked from network); 12 May 2010 19:07:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 19:07:30 -0000 Received: (qmail 71547 invoked by uid 500); 12 May 2010 19:07:27 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 71519 invoked by uid 500); 12 May 2010 19:07:27 -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 71511 invoked by uid 99); 12 May 2010 19:07:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 19:07:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 19:07:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OCHGm-0003xf-I7 for user@struts.apache.org; Wed, 12 May 2010 12:07:00 -0700 Message-ID: <28539920.post@talk.nabble.com> Date: Wed, 12 May 2010 12:07:00 -0700 (PDT) From: yunaki To: user@struts.apache.org Subject: strange type converter problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: yunaki@126.com X-Virus-Checked: Checked by ClamAV on apache.org I have a hashMap>codeMap in action to receive a group of textfields values. Each map's value mapping with a struts textfield. my convertFromString fuction work well, all textfield could be converted to a Set. but when i want to convert the map back to textfield in result.jsp the convertToString function work well and the result page could display what I inputed in textfields any know why struts can not forward map's value to convertToString? many thanks -- View this message in context: http://old.nabble.com/strange-type-converter-problem-tp28539920p28539920.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org