From 7b1f458583a88c3ffbc45c25a12d76e25610863c Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 13 May 2008 10:36:46 +0000 Subject: [PATCH] bug 1902: template formmenus did not correctly generate menus for entities on form fields, because of a missing namespace qualifier. --- transforms01/adl2controllerclasses.xslt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/transforms01/adl2controllerclasses.xslt b/transforms01/adl2controllerclasses.xslt index e055989..ba79c6d 100755 --- a/transforms01/adl2controllerclasses.xslt +++ b/transforms01/adl2controllerclasses.xslt @@ -9,8 +9,8 @@ Transform ADL into (partial) controller classes $Author: sb $ - $Revision: 1.24 $ - $Date: 2008-05-09 16:12:12 $ + $Revision: 1.25 $ + $Date: 2008-05-13 10:36:46 $ --> + /* set up menus for the form, if required */ @@ -880,23 +881,23 @@ namespace { - + - /* produce a list of to populate the select for */ + /* produce a list of to populate the select for */ - /* produce a list of to populate the LHS of the shuffle for */ + /* produce a list of to populate the LHS of the shuffle for */ - /* produce a list of to populate the multi-select for */ + /* produce a list of to populate the multi-select for */