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