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=21541>. 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=21541 Limitation in struts model component [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Summary|LImitation in struts model |Limitation in struts model |component |component ------- Additional Comments From [EMAIL PROTECTED] 2003-07-13 04:31 ------- Struts doesn't provide a "model component framework". You can use PropertyUtils.copyProperties() to copy all of the form's data into your model object in one line of code. You could also define your business objects as interfaces and have Struts forms implement those interfaces to avoid writing 2 classes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]