This is a widget tag that allows control over areas of a JSP dependant
on user privaleges and access to particular components.
In Browser
n/a
JSP Code
<Portlet:ComponentGuard name="Asset.AssetViewer">
html content
</Portlet:ComponentGuard>
How they work
This widget works by guarding the html content code , dependant on business
logic being true or false. You can reverse the boolean logic by setting
the attribute hasAccess='' to true or false ... when set to false
when the logic returned is true , the html content will not be displayed
and vice versa.
index.html, Last Modified 28-Jun-2003 at 04:14:10pm