standard taglib * implementation of the JSP Standard Tag Library * 
Examples     Introduction * General Purpose * Conditionals * Iterators * Import * I18N & Formatting * XML * SQL * Misc.

Import Tags Examples

If you are using a Proxy server, you will need to set the following System Properties when starting the VM:
    http.proxyHost
    http.proxyPort
    ftp.proxyHost
    ftp.proxyPort

Absolute  

Using an Absolute URL to import a resource.

Relative  

Using a Relative URL to import a resource.

Absolute (FTP)  

Using an Absolute URL to import a resource using a different protocol other than HTTP.

Encode  

URL encoding examples.

String Exposure Absolute  

Exposing the content of the resource as a String Object.

String Exposure Relative  

Exposing the content of a relative URL's resource as a String Object.

Param   (ToBeDone)

Using element to specify request parameters. Also demonstrating how request parameters can be URL encoded (default). (NOTE: Returns error page by default.)

Malformed URL  (ToBeDone)

A relative URL must start with a "/" in a foreign context. (NOTE: This example will result in a ServletException describing the error condition).

standard taglib * implementation of the JSP Standard Tag Library *