Eamon
|
| Posted: 06/17/2003, 10:51 AM |
|
Hi All,
I'm using JSP and for security I want to restrict access to the administration link on one of my pages by making it invisible to a certain group of users. The link on the page has been named as 'Admin'. The following is the piece of code which I had expected to make the link invisible. Can anyone suggest to me how this can be done or what I have to do to fix this code.
e.getPage().getLink("Admin").setVisible(false);
thanks
|
|
|
 |
rrodgers
|
| Posted: 06/17/2003, 11:32 AM |
|
You don't say what tool you are using. CC or CCS?
Search the help file for "extended html" Select the "Working with Controls" topic.
If you check the Extended HTML check box you should be able to hide the link.
rob
|
|
|
 |
|