Return-Path: Delivered-To: apmail-beehive-user-archive@www.apache.org Received: (qmail 26521 invoked from network); 28 Aug 2006 23:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 23:34:33 -0000 Received: (qmail 27398 invoked by uid 500); 28 Aug 2006 23:34:32 -0000 Delivered-To: apmail-beehive-user-archive@beehive.apache.org Received: (qmail 27365 invoked by uid 500); 28 Aug 2006 23:34:32 -0000 Mailing-List: contact user-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list user@beehive.apache.org Received: (qmail 27342 invoked by uid 99); 28 Aug 2006 23:34:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 16:34:32 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yoxu@bea.com designates 63.96.176.25 as permitted sender) Received: from [63.96.176.25] (HELO uslcmh01.bea.com) (63.96.176.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 16:34:31 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by uslcmh01.bea.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k7SNXtbb015776 for ; Mon, 28 Aug 2006 19:34:07 -0400 Received: from repbex02.amer.bea.com ([10.160.26.99]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Aug 2006 16:33:42 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C6CAFA.6562E993" Subject: Form bean implements Serializable can not HTTP GET request parameter for its properties Date: Mon, 28 Aug 2006 16:33:39 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Form bean implements Serializable can not HTTP GET request parameter for its properties Thread-Index: AcbK+mQP8Zl9h9OcTLaFZhFrwoNiBg== From: "Yongqin Xu" To: "Beehive Users" X-OriginalArrivalTime: 28 Aug 2006 23:33:42.0290 (UTC) FILETIME=[65A9CF20:01C6CAFA] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2006.8.28.61442 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6CAFA.6562E993 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C6CAFA.6562E993" ------_=_NextPart_002_01C6CAFA.6562E993 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable In my controller class, I have a action that takes a form bean implements Serializable. The URL link that invokes that action has parameter name mapped to the form bean properties, like "myaction.do?myId=3D3", in runtime, the form bean with "myId" always get null value. But If I extends deprecated FormData for my form bean, "myId" get what it wants. I am using 9.2 weblogic workshop IDE to create a new form bean, which creates a form bean implements Serializable only. So I am wondering if this is document issue, or netui issue not. =20 I attach a war file with Controller.java and index.jsp sources to let you verify it. =20 thanks _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. ------_=_NextPart_002_01C6CAFA.6562E993 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

In my controller class, I have a action that takes a form bean implements Serializable.

The URL link that invokes that action has parameter name mapped to the form bean

properties, like “myaction.do?myId=3D3”, in runtime, the form bean with “myId” always

get null value. But If I extends deprecated FormData for= my form bean, “myId” get

what it wants. I am using 9.2 weblogic workshop IDE to create a new form bean, which

creates a form bean implements Serializable only. So I am wondering if this is document

issue, or netui issue not.

 

I attach a war file with Controller.java and index.jsp sources to let you verify it.

 

thanks

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.
------_=_NextPart_002_01C6CAFA.6562E993-- ------_=_NextPart_001_01C6CAFA.6562E993--