Nico Klasens <[EMAIL PROTECTED]> wrote: > I strongly advice to use the Image Servlet and not the servdb. The Servdb is > deprecated code. It will be harder to migrate your site to a new mmbase > release in the future if you use the servdb. ... > > The log mentions this when I access the servlet by <mm:node > number="867"><img src="<mm:image template="s(128x128)" />" /></mm:node>
That is correct. ImageServlet is a better option, if your pages indeed use the image-tag. If however you have a zillion of pages with hardcoded img.db?123+s(128x128) it is hardly an option. Then you have to use servdb for images. For backwards-compatibility with this, and still making those zillion pagen work, perhaps someone could extend ImageServlet to make it recognize those extra 'transformation' parameters. Michiel -- Michiel Meeuwissen Mediapark C101 Hilversum +31 (0)35 6772979 nl_NL, eo, en_US mihxil' []()
