Errata for Stripes
We try to keep our books accurate, but sometimes mistakes creep in. This page lists the errors submitted by our astute readers. If you've found a new error, please submit it.
The latest version of the book is P1.0, released over 4 years ago. If you've bought a PDF of the book and would like to upgrade it to this version (for free), visit your home page.
| Paper | Description | Found in | Fixed in | |
|---|---|---|---|---|
| 16 |
#38226: in section '2.2 Hello, Stripes!' the line shown in the example file structure:
WEB-INF/classes/stripesbook/action/HelloActionBean.class
sh...more...
|
P1.0
06-Mar-09 |
||
| 21 |
#36260: Stripes treats an event handler as the default when
* the event handler is annotated with @DefaultHandler, and
* the event handler is the...more...
|
P1.0
03-Dec-08 |
||
| 46 |
#37324: in code section (before section 3.3 )
"<s:layout-render name="/WEB-INF/jsp/common/layout_main.jsp"
title="My Title" >" should use font's c...more...
|
P1.0
28-Jan-09 |
||
| 54 |
#38227: The line in the example jsp (contact_list.jsp) at the bottom of the page that reads:
<s:param name="contactId" value="${contact.id}"/>
shoul...more...
|
P1.0
06-Mar-09 |
||
| 54 |
#38228: OOPS! tech error #38227 is NOT an error. my bad!! (please delete)
|
P1.0
06-Mar-09 |
||
| 81 |
#45177: Second sentence "sent" should be "have sent" or "send"--John Hughes |
P1.0
29-Sep-10 |
||
| 114 |
#43947: Book states "The formatType= attribute could also have been omitted to use the formatter’s default".
Actually, ommitting the formatType at...more...
|
P1.0
02-Jul-10 |
||
| 190 |
#42691: following line in getCurrentFolder()
int id=(c!= null)Integer.parseInt(c.getValue()):0;
should be:
int id=(c!= null)?Integer.parseInt(c.get...more...
|
P1.0
06-Apr-10 |
||
| 237 |
#36279: /WEB-INF/classes/translations/fieldNames.properties
/WEB-INF/classes/translations/fieldNames_fr.properties
must be ...
/WEB-INF/classes...more...
|
P1.0
04-Dec-08 |
||
| 293 |
#38459: The line @UrlBinding("/action/contact_list/${event}") should probably read @UrlBinding("/action/contact_list/{$event}") |
P1.0
22-Mar-09 |
||
| 303 |
#36356: LoginInterceptor.java has compilation error without comment closing properly.--Brendan Kim |
P1.0
09-Dec-08 |
||
| 348 |
#45240: Excellent book. It's been incredibly useful on my current project.
Bug in Ajax functionality to filter contact list. The column sort func...more...
|
P1.0
06-Oct-10 |
||
| 382 |
#47808: The PDF version contains many non-fuctional page links throughout the index.
e.g. Aliases, 204, 205f, 210, 213
The page number entry "20...more...
|
P1.0
24-Oct-11 |

