2009/3/27 michiel boerman <[email protected]>: > f.w.i.w from a just-slightly-less-newbie: > I don't think the xmlns attributes should be inside the cloud tag > refer to the taglib > documentation: http://mmbase.org/mmdocs/frontenddevelopers/taglib/reference.html#cloud > Using jsp directives works for me: > <%@ page language="java" contentType="text/html; charset=utf-8" > import="org.mmbase.bridge.*,java.util.*,org.mmbase.security.*" %> > <%@ taglib uri="http://www.mmbase.org/mmbase-taglib-2.0" prefix="mm" %> > <mm:cloud method="loginpage" loginpage="login.jsp" rank="administrator">
In JSP2 xmlns attributes can be used in stead of <%...@taglib directives. I don't thing anything is wrong there. Actually, I think it is much nicer. Michiel -- mihxil' http://meeuw.org nl_NL eo_XX en_US _______________________________________________ Users mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/users
