[Chameleon-dev] [Bug 93] [Chameleon] support for handling widgets in multiple forms

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Thu Jul 8 11:59:11 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=93

pspencer at dmsolutions.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From pspencer at dmsolutions.ca  2004-07-08 11:59 -------
problem caused by many widgets not calling the base class InitDefaults function
from their own InitDefaults function.

Fixed by examining every widget and adding parent::InitDefaults(); as the first
line of the InitDefaults function if used.

Also, added check in the core framework to make sure that InitDefaults is called
by every widget in the page.  Now, if a widget is missing this, an error message
will be generated and reported through the error manager and in the HTML
template.  The 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Chameleon-dev mailing list