From: "Caroline Jen" <[EMAIL PROTECTED]>
> The challege comes as the "roles" of the web site
> users are introduced.  According to the role of the
> web site user, I have to display certain groups (not
> all the groups) and certain sub-groups (not all
> sub-groups within a group) to him/her.
> How do I disply groups and their sub-groups under such
> a condition?

I would decide who sees what by calling helper classes from the Action, then
only place objects in the request or session that the user is allowed to
see.  That way by the time you get to the JSP all you have to do is iterate
over what's there.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to