DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29628>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29628 Configuration tag ignored Summary: Configuration tag ignored Product: Struts Version: 1.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Standard Actions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I inserted a set-property tag in a form-bean declaration. It is allowed by dtd definition of struts-config.xml, and should assign given value to given property of that bean, each time one is created. When the form is given to action methods, it has default value in the property, instead of the configured value. I had a brief look at the config class used for form-bean, and it looks like not having method to define properties. I found no evidence in documentation in either directions. Is it something foreseen for the future but still to be implemented? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]