Hi
    Here's an example of a tooltip custom control
    
    
    
        dojoTheme="true">
    
        
            
        
        
            
                
                    url="/.ibmxspres/domino/oneuiv2/images/iconHelp16.png">
                
            
            
                
                    value="#{javascript:compositeData.helpText}">
                
            
        
    
     
     
    Also, you need to set some custom properties. Here's the resulting  xsp-config for it
    
    
      
        http://www.ibm.com/xsp/custom
        xc
      
      
        helpTooltip
        helpTooltip
        /helpTooltip.xsp
        
          
            true
            Domino Framework
          
        
        
          helpText
          string
          The text that will be displayed to the user when clicking on the ? icon
          
            true
          
        
      
    
     
    