<sas:IMenuItem>

This tag is used for creating an IMenu for use with a variety of markuplanguages (including WML,HDML, and HTML). The user can use this class to write an IMenuItemwithout having to know the markup language that is to reference the page.

This tag must be nested within a sas:IMenu tag.

Syntax

<sas:IMenuItem
   [description="java.lang.String"]
   [id="value"]
   [URL="java.lang.String"] />

Attributes

descriptionthe description String
idCase-sensitive name used to identify the object instance.
URLthe URL String

More Information

If you need to subclass the tag handler class for the sas:IMenuItem tag, extend com.sas.taglib.servlet.tbeans.ipage.IMenuItemTag.