Gerard van Enk wrote: > Martijn Houtman wrote: > > Gerard van Enk wrote: > > > > > > > >>I've created another testversion for the 1.7.2 release which includes > >>the multilingual hack for the optionlist in the editwizards. See below > >>for more information about this release. > >> > >>Gerard > > > > ....... > > > > > > I am not sure if the current taglib version is production ready, because I > > get the error message > > > > [java.lang.NullPointerException]java.lang.NullPointerException : null > > > > java.lang.NullPointerException: > > at org.mmbase.util.transformers.Xml.XMLEscape(Xml.java:104) > > > > If I replace the taglib with one of 2 oktober everything works well. > > Probably a known error? > > On what page do you get this error? I've tested all taglib-examples > included in the 1.7.2 testrelease and everything is working just fine. > The following
<mm:cloud> <mm:listnodes type="articles" max="1"> <mm:import id="title" escape="text/xml">test</mm:import> </mm:listnodes> </mm:cloud> gives the error java.lang.NullPointerException at org.mmbase.util.transformers.Xml.XMLEscape(Xml.java:104) This happens only when escape="text/xml" is used. Without it I get the text "test" back. After replacing mmbase-taglib.jar with an older one from October 02, 2004 there is no error. I submitted this bug to the bugtracker. Martijn Houtman _______________________________________________ Developers mailing list [EMAIL PROTECTED] http://lists.mmbase.org/mailman/listinfo/developers
