8) hi! tezka!!!
In velocity, if use full method's name, need write "hasLoggedIn()".
#entryCell ($!user.hasLoggedIn())
but this - not help you 8((( - as is hasLoggeId look in TEMP hash in user object - and, on Browser User portlet the any user-object return FALSE 8(((
Vladimir Lisin wrote:
Hi all,
I wanted to add in the table of users in UserBrowser portlet the column with flag "hasLoddeIn".
But simple insert the line " #entryCell ($!user.hasLoggedIn) " in user-browser.vm don't provide result.
Why ? This "user" is JetspeedUser and has ".hasLoggedIn" property !?
In UserBrowserAction this "user" appear by the next :
............................. Iterator users = JetspeedSecurity.getUsers();
List userList = new ArrayList();
...............................
while(users.hasNext()) {
JetspeedUser user = (JetspeedUser)users.next();
userList.add(user);
}
.....................................
Can anybody comment this ? Thanks in advance, Vladimir
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]