Re: [Users] mm:image

2007-06-20 Thread André van Toly
Op 20-jun-2007, om 0:13 heeft Dave Smits het volgende geschreven: But solve this my problem? I do also think that your problem could be related to the session id's that get generated by your web application server (Tomcat?). These sessions get invalidated after a while, depending on your

RE: [Users] mm:image

2007-06-20 Thread Dave Smits
Hi, Thanks; i changed it but mmbase still return no image :( http://juize.fm/juizefm/home.jsp?bladie=blajuize=true (I used the strange parameters to pass the squid-cache) Maybe you must refresh a few time to see because yesterday I drop the mmbase cache (/mmbase/admin) and that worked; but

RE: [Users] mm:image

2007-06-20 Thread Dave Smits
Hi, The code: %@ page language=java contentType=text/html; charset=UTF-8 session=false % %@ taglib uri=http://www.mmbase.org/mmbase-taglib-1.0; prefix=mm % mm:cloud mm:import id=curtimemm:time time=now//mm:import html head title/title /head body

RE: [Users] mm:image

2007-06-20 Thread Dave Smits
I changed de code a little bit: %@ page language=java contentType=text/html; charset=UTF-8 session=false % %@ taglib uri=http://www.mmbase.org/mmbase-taglib-1.0; prefix=mm % mm:cloud mm:import id=curtimemm:time time=now//mm:import html head title/title /head

Re: [Users] mm:image

2007-06-20 Thread André van Toly
Hi, Normally it is not needed to include the name of the relation in a mm:related / when the relation is a 'related' (or a 'insrel' for that matter). The MMBase taglib defaults to 'related' and that makes it possible to write 'path=artist' in stead of 'path=related,artist'. But in your