|
|
This is a custom JSP taglib. You have to use this taglib with Generic preprocessor from JSOS. Generic preprocessor may forward request to some JSP file (preprocessor) and in this JSP preprocessor you may use tags from our library. Code: JSP 2.0 |
This is a custom JSP taglib that lets you convert MS Word documents. It is a standard task when you decide to convert some .DOC file in RTF format or some other file. It is tested with IE 5+. Code: JSP 2.0 |
Custom JSP tags. Lets you upload files onto your web server. Upload taglib provides more options in comparison with the similar stuff in the .NET framework. Multiple files can be uploaded in a single request. Code: JSP 2.0 |
|  | |
Custom JSP tags library lets you programmatically upload files. Tag SendFile sends file to some "upload processing" CGI script. Tag lets you programmatically upload a file. Parameters are url Describes an URL for upload processing script and more Code: JSP 2.0 |
Downloads file. Parameters are file file for downloading, dir Optional parameter. Describes directory for files, 3) compress Optional parameter. Possible values are true or false. Code: JSP 2.0 |
Custom JSP tags library lets you embed file downloading anywhere on your JSP pages. That is the main idea - you do not need a separate page for the downloading, just insert EmbedDownload tag anywhere on your page. Code: JSP 2.0 |
Custom JSP tag. Provides a generic support for your error pages. Tag showError will print error message and an appropriate stack on your error page. So a typical error page for your application may look like the example given. Code: JSP 2.0 |
|  | |
Custom JSP taglib. Lets you validate HTML (WML) forms. Taglib contains a set of body tags each of them executes own body in case of parameter's value presents some valid data (e.g.: email address, phone number, integer value from the given interval etc.). Code: JSP 2.0 |
Custom JSP taglib lets you simplify the processing for the exceptions. Tag catch provides a complement to the JSP error page mechanism. It allows page authors to wrap JSP chunks into catch blocks so possible exceptions will be caught Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|