Hits Today: 1 Total: 1916 | Updated: 3/3/2005 | |
 | The Bean Scripting Framework (BSF) is an architecture for incorporating scripting into Java applications and applets. Scripting languages such as Netscape Rhino (Javascript), VBScript, Perl, Tcl, Python, NetRexx and Rexx are commonly used to...
Code: JSP 1.2 |
Hits Today: 1 Total: 2538 | Updated: 3/11/2005 | |
 | Two visual tags: Portal and Portlet. Tag Portal generates a "standard" portal view as a set of columns from the given pages (portlets). Tag Portlet generates a "standard" view for an individual data element in the portal and wraps it with colored border. Code: JSP 1.1 |
Hits Today: 1 Total: 1929 | Updated: 10/20/2006 | |
 | JSP tags library. Tag randomValue calculates integer random value within the given interval. Two parameters are integer values describes interval. Code: JSP 1.2 | |  | |
Hits Today: 1 Total: 2557 | Updated: 10/27/2006 | |
 | Conditionally evaluate body of the tag. Includes following tags; IfParameterExists, IfParameterEquals, IfParameterNotEquals, and IfTrue. Code: JSP 1.2 |
Hits Today: 1 Total: 2251 | Updated: 10/27/2006 | |
 | JSP tag. This tag allows you to evaluate JSP code in the dynamic. It is similar to the function eval() you may see for example in JavaScript and ColdFusion.You may accumulate any JSP code in the string variable and evaluate (execute) this JSP code. Code: JSP 1.2 |
Hits Today: 1 Total: 2592 | Updated: 7/20/2001 | |
 | The HtmlBeanTags taglib contains tags that can display all properties of a bean as a table, table row or prefilled form. They offer the option to include class identifiers for CSS. Ideal for protoptyping and rapid development. Code: JSP 1.1 |
Hits Today: 1 Total: 4509 | Updated: 11/17/2006 | |
 | Custom JSP tag helps you implement some programming tricks in Ajax style. This taglib lets you integrate JSP and JavaScript. Right from your JavaScript code you will be able to call JSP or servlet. Code: JSP 1.1 | |  | |
Hits Today: 2 Total: 2693 | Updated: 10/12/2007 | |
 | Custom JSP taglib lets you deploy Ajax approach in your application. Tag AjaxDiv lets you define an area in your HTML code that will be periodically updated through asynchronous HTTP requests Code: JSP 1.1 |
Hits Today: 1 Total: 490 | Updated: 1/11/2007 | |
 | Custom JSP tag. This taglib is similar to our Hidden panel and lets you create hidden panel in your web front-end. Panel's content will be obtained via Ajax call. Code: JSP 2.0 |
|