Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 27928 invoked from network); 16 Jun 2005 23:43:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2005 23:43:45 -0000 Received: (qmail 11914 invoked by uid 500); 16 Jun 2005 23:43:33 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 11886 invoked by uid 500); 16 Jun 2005 23:43:33 -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 11861 invoked by uid 99); 16 Jun 2005 23:43:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web31105.mail.mud.yahoo.com (HELO web31105.mail.mud.yahoo.com) (68.142.200.38) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Jun 2005 16:43:32 -0700 Received: (qmail 57760 invoked by uid 60001); 16 Jun 2005 20:56:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=O/UPoCRFd9QbcB8qslsq3KveNLMjgwHUvH/+tnV8tUbh5uRn+zr5/pK7LrBPVFPXzHXKHrHWzK5/pQmwqStVpjDSHSw7erHBzvMpNRGZgZP2PudH+g43Tgq0miAPbUjXShsOzvUxj1e7jBqAx7RzlBw9uimrcTqC1rfphBioc2Y= ; Message-ID: <20050616205636.57758.qmail@web31105.mail.mud.yahoo.com> Received: from [64.83.223.150] by web31105.mail.mud.yahoo.com via HTTP; Thu, 16 Jun 2005 13:56:35 PDT Date: Thu, 16 Jun 2005 13:56:35 -0700 (PDT) From: temp temp Subject: casting a string to a ValueObject To: user@struts.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am using BeanUtils.setProperty and BeanUtils.getProperty for setting the values and retrieving values from my formbean.It works fine for a property of type String .In case I have a VO (valueObject ) as a property in my formbean , getProperty method from BeanUtils returns a string represntation of the my VO . I have problems with casting this String to my VO.Can somebody suggest me how to cast the returned string to my VO. thanks & regards __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org