Hi everybody, Until now, using the following code to access a local cloud worked ok, as it's defined in my_editors/index.jsp:
<mm:cloud name="mmbase" jspvar="wolk" method="loginpage" loginpage="login.jsp" rank="basic user"> However, I need to connect to a cloud internally without showing a login page, so I tried this: <mm:cloud name="mmbase" jspvar="wolk" username="admin" password="admin2k" method="pagelogon" rank="administrator"> ...but mmbase complained... 2004-07-30 15:32:09,136 WARN bridge.jsp.taglib.CloudTag - Using logon/pwd (or username/password) attributes on page '/mmbase/selector/index.jsp' without specifying method='[pagelogon|sessionlogon]', defaulting to 'sessionlogon'. Be aware that users of this page now are authenticated in their session! Does anybody know the reason of this? Why doesn't mmbase find the 'method'?? Removing 'rank' didn't help either. Thanks in advance, Ignacio Renuncio.-
