You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/12/22 23:09:10 UTC

DO NOT REPLY [Bug 15604] - Struts framework should use getInstance Method for instantiating FormBeans

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15604>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15604

Struts framework should use getInstance Method for instantiating FormBeans





------- Additional Comments From dgraham1980@hotmail.com  2002-12-22 22:09 -------
You can achieve some of this by using DynaBeans.  Struts does not approve of using the same object as 
the form bean and model bean which is why it's set up this way.  You can use PropertyUtils to easily 
move the data between objects.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>