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=10979>.
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=10979

DynaActionForm in session losts datas.

           Summary: DynaActionForm in session losts datas.
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Standard Actions
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


With current nightly version, DynaActionForm in session 
always losts datas of dynamic properties.

RequestUtils.createActionForm() causes this problem.
When DynaActionForm found in session scope, this method 
executes bellows.

String className =
    ((DynaBean) instance).getDynaClass().getName();
if (className.equals(config.getType())) {
    return (instance);
}

'config.getType()' must be 'config.getName()'.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to