Eduard Witteveen wrote: > Michiel Meeuwissen wrote: > > >- Make the behaviour configurable, so you can have an mmbase with > > old-style sloppyness. If switched 'off' it can e.g. only log an error, > > so that the bugs don't remain unnoticed. > > > > > For such "problems" in the future, would it be hard to make put some > kind of mmbase-version inside the page? Or could this be done by using > the taglib uri?
That would not be hard, but I doubt if you want it. What do you want? 'if mmbase version >= 1.8 then be sloppy'? If you have to change a JSP to add that, you can as well fix it to work for all versions. But in fact is is possible already. <mm:cloudinfo type="mmbaseversion" /> org <%=org.mmbase.Version.get()%> would print the the mmbase version. Using the taglib URI is impossible because the taglib cannot request it's own URI (don't ask me why that is impossible, I don't know). Michiel -- Michiel Meeuwissen mihxil' Peperbus 111 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
