stats:tagSuggest

Retrieves a list of suggested tag for the given tag id. It will get his suggestions from the create tag and search tag recorders.

  <stats:tagSuggest id="tagSuggestions" tagId="<%=myTag%>"/>
  <logic:iterate id="tagSuggestion" name="tagSuggestions">
    <bean:write name="tagSuggestion" property="tagId"/>
  </logic:iterate>  
Syntax
<stats:tagSuggest
   id="..."
   max="..."?
   tagId="..."/>
Attributes
id, mandatory, no runtime expressions

The name of the scripting-variable.

tagId, mandatory

max

The maximum number of items to return.