| Article: |
JSP 2.0: The New Deal, Part 1 | |
| Subject: | Correction | |
| Date: | 2003-11-06 08:55:22 | |
| From: | niallm | |
|
Nice article. One quick correction...
|
||
Showing messages 1 through 4 of 4.
-
Correction
2007-09-10 23:22:38 jspform [View]
-
Correction
2003-11-10 08:48:04 Hans Bergsten |
[View]
Oops, you're right. I'll try to get it corrected in the article as well. -
Correction
2003-11-10 11:11:01 Chris Adamson |
[View]
The article has been corrected, per this thread and author's OK.
--Chris (editor) -
Correction (almost there)
2003-12-10 12:50:42 anonymous2 [View]
The text below the code still references it as 'checked'



<select name="functionalArea">
<c:forEach var="fa" ="${jpBean.functionalAreas}">
<option value="${fa.functionalAreaId}">
<c:out value="${fa.functionalAreaName}"/>
</option>
</c:forEach>
</select>