On Wednesday, July 2, 2003, at 08:59 AM, Jeff Sexton wrote:
I need to access user data to remove a login. Is there a way to do this
without using the user browser? I did a fresh and clean install of
Jetspeed 1.4b4 on Redhat 8 with j2sdk1.4.1 and still nothing works on
admin's user browser tool.
I know of several sites running Jetspeed on Redhat + Java 1.4 np
$!user.FirstName is not a valid reference.
that looks suspicious sounds like something else is going wrong what does the jetspeed.log say?
To walk thru the list of users,
JetspeedUser user;
Iterator users = JetspeedUserManagement.getUsers();
while (users.hasNext())
{
user = (JetspeedUser)users.next();
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707 773-4646
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
