OpenCms JSP standard taglib
            
                        Tag bundle
        
        
        Loads a resource bundle to be used by its tag body.
 Replaces the <fmt:bundle basename=""> tag which is not capable of using OpenCms resource bundles.
 You can use <fmt:message key=""> tags inside the body of the <cms:bundle basename=""> tag as usual.
        
        
        
        
            
                | Tag Information | 
            
            
                | Tag Class | org.opencms.jsp.CmsJspTagBundle | 
            
            
                | TagExtraInfo Class | None | 
            
            
                | Body Content | JSP | 
            
            
                | Display Name | None | 
            
        
        
        
        
            
                | Attributes | 
            
            
                | Name | Required | Request-time | Type | Description | 
            
            
                | basename | true | true | java.lang.String | Resource bundle base name. This is the bundle's fully-qualified resource name, which has the same form as a fully-qualified class name, that is, it uses "." as the package component separator and does not have any file type (such as ".class" or ".properties") suffix. | 
            
            
                | prefix | false | true | java.lang.String | Prefix to be prepended to the value of the message key of any nested <fmt:message> action.  Currently not supported. | 
            
        
        
        
        
            
                | Variables | 
            
            No Variables Defined. | 
        
        
        
        
        
        
        
            Output Generated by 
            Tag Library Documentation Generator.
            Java, JSP, and JavaServer Pages are trademarks or 
            registered trademarks of Sun Microsystems, Inc. in the US and other
            countries.  Copyright 2002-4 Sun Microsystems, Inc.
            4150 Network Circle
            Santa Clara, CA 95054, U.S.A.
            All Rights Reserved.