You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/09/23 08:31:37 UTC

DO NOT REPLY [Bug 31380] New: - Successive form load don't properly reset fields whose enclosing context has disappeared

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

Successive form load don't properly reset fields whose enclosing context has disappeared

           Summary: Successive form load don't properly reset fields whose
                    enclosing context has disappeared
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
               URL: http://marc.theaimsgroup.com/?t=109588734400002&r=1&w=2
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: CocoonForms
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: sylvain@apache.org


Reported by Michal Stochmialek <mi...@e-informatyka.pl>

When loading a form, <wb:context> doesn't call child bindings if the context
path doesn't exist.

This causes a problem when a form is loaded more than once, an the context path
that existed at one time disappeared before a subsequent load.

This has to be fixed not only in <wb:context> but also in all container bindings
(repeater, struct, multivaluefield etc)