mpo 2004/05/11 02:56:50
Modified: . status.xml Log: Mentioning the getWidget() deprecation. Revision Changes Path 1.322 +12 -1 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.321 retrieving revision 1.322 diff -u -r1.321 -r1.322 --- status.xml 11 May 2004 07:01:35 -0000 1.321 +++ status.xml 11 May 2004 09:56:50 -0000 1.322 @@ -200,6 +200,10 @@ This couldn't work, because if you working with caching pipelines, you cannot be sure that the entries are in the session(Stephan). </action> + + <action context="code" assigned-to="MPO"> + Remove ContainerWidget concept from cforms. + </action> </actions> </todo> @@ -207,6 +211,13 @@ <changes> <release version="@version@" date="@date@"> + <action dev="MPO" type="update" > + Deprectated getWidget from the Widget interface in cforms. + People should consider using getChild(id) or lookupWidget(path) in stead. + On the level of the flowscript 'Form' API a semantical distinct getWidget() + (notice: no arguments!) is still avalaible to return the actual wrapped + Java form instance. + </action> <action dev="AG" type="fix" fixes-bug="28889" due-to="Juan Jose Pablos" due-to-email="[EMAIL PROTECTED]"> Fixed jetty-4.2.19.jar compiled for +jdk1.4. The new version can run in 1.3 </action>