Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 13296 invoked from network); 29 Aug 2006 18:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 18:10:53 -0000 Received: (qmail 93414 invoked by uid 500); 29 Aug 2006 18:10:49 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 93284 invoked by uid 500); 29 Aug 2006 18:10:48 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 93223 invoked by uid 99); 29 Aug 2006 18:10:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 11:10:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 11:10:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0BE327142EB for ; Tue, 29 Aug 2006 18:07:24 +0000 (GMT) Message-ID: <32253489.1156874844045.JavaMail.jira@brutus> Date: Tue, 29 Aug 2006 11:07:24 -0700 (PDT) From: "Yongqin Xu (JIRA)" To: dev@beehive.apache.org Subject: [jira] Created: (BEEHIVE-1141) Form bean implmenting Serializable can not populate its property attributes from HTTP GET request parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Form bean implmenting Serializable can not populate its property attributes from HTTP GET request parameters ------------------------------------------------------------------------------------------------------------ Key: BEEHIVE-1141 URL: http://issues.apache.org/jira/browse/BEEHIVE-1141 Project: Beehive Issue Type: Bug Components: NetUI Affects Versions: 1.0.1 Environment: WIndows XP SP2, Linux, w/ JDK 1.5 Reporter: Yongqin Xu Assigned To: Carlin Rogers Fix For: v.next a url link with request parameters like "someAction.do?param1=1¶m2=3" invokes the action method "someAction" in a controller class. The action method takes a form bean with property attributes "param1" and "param2". If the form bean extends deprecated FormData, those bean attributes got populated correctly, otherwise, if the form bean just implements Serializable interface as those created from weblogic workshop 9.2 IDE wizard, its attributes can not get populated at all. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira