JSTL: JSP Standard Tag Library (by
Jeff Heaton) Chapter 4: Expressions (return to contents) |
|
EL Expressions |
|
Listing 4.1 | Using the <c:out> tag |
Listing 4.2 | Using the <c:out> tag with defaults |
Listing 4.3 | Using the <c:out> tag with/without escape |
Listing 4.4 | Using the <c:set> tag |
Listing 4.5 | Using the <c:set> tag with scope |
Listing 4.6 | Using the <c:remove> tag |
Listing 4.7 | Methods for accessing properties |
RT Expressions |
|
Listing 4.8 | Browser determination |
Listing 4.9 | A case-less string compare |
Listing 4.10 | Chat with cookies |
Listing 4.11 | Main chat screen |