| 
                         |   | 
Use the file JSP tag within a static JSP tag to
 identify a single text file rule (Rule-File-Text rule type)
 to be included in the current stream. PROJ-322 5.4
For example:
<pega:static type="script"
 app="webwb" >
           <pega:file name="Markov.js"
 />
           <pega:bundle name="Acmestyles"
 />
      </pega:static>
This tag references the text file rule named webwb.Markov.js.
In the syntax presentation below:
<pega:file name="myname.type" / >
The name attribute is required.
| Attribute | Value | 
| name | Second and third key part of a text file rule to be sent as static content. All rules within one static tag must contain JavaScript, or all must contain CSS styles. typo BUG-12739 All files included within one <pega:static ..> tag must have the same first key part (Application Name Directory). BERRB 2/10/09 | 
|   | bundle JSP tag static JSP tag About Text File rules |