|
|
This custom JSP taglib lets you wrap long strings without breaks. In HTML, tables are the standard way to format (set size) for your data. If you have some long line without breaks in your column, your browser will ignore your size settings. Code: JSP 2.0 |
Custom JSP taglib lets you sort tag's body. Tag sort treats own body as a set of text elements with delimiters and outputs them in the lexical order. Default delimiter is just a new line symbol. Code: JSP 2.0 |
Custom JSP taglib. This taglib lets you operate with parameters provided in referrer field. Referrer header contains an URL for site your clients come from. With this taglib you can loop over parameters in that URL as well as request parameters values. Code: JSP 2.0 |
|  | |
Custom JSP taglib provides the reusable actions with sessions. Body tag IfNotDef redirects to the given URL in case of user's session does not contain the object with the specified name. It is a standard pattern for JSP programming. Code: JSP 2.0 |
Custom JSP tag. Lets you iterate execution over collections, iterators, enumerations or arrays. Also you can provide a name for the attribute in page (request, session, application) scope that will be used as a source for the iteration. Code: JSP 2.0 |
Custom JSP taglib. Provides a custom tags based replacement for a chain of if operators in your scriptlets. For example, in script let you may have some like the script shown in the tutorial Code: JSP 2.0 |
|  | |
This is another custom JSP tag. Lets you iterate execution over the random subset of collections, iterators, enumerations or arrays. Here tag executes own body for the 5 random elements from the source Code: JSP 2.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|