[
http://jira.jboss.com/jira/browse/JBSEAM-1035?page=comments#action_12355834 ]
Arjan van Bentem commented on JBSEAM-1035:
------------------------------------------
LOL! I didn't type that, that is a message from JIRA. Haha.
LOL indeed, I must have felt guilty about just reporting the error ;-)
Arjan.
Documentation uses taskInstanceListByType instead of ...ForType
---------------------------------------------------------------
Key: JBSEAM-1035
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1035
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.0.GA
Environment: All
Reporter: Arjan van Bentem
Assigned To: Gavin King
Priority: Minor
Fix For: 1.2.1.GA
The documentation uses a few references to taskInstanceListByType, which should in fact
read taskInstanceListForType, like
<h:dataTable value="#{taskInstanceListByType['todo']}"
var="task">
should be
<h:dataTable value="#{taskInstanceListForType['todo']}"
var="task">
When using the first, the logs show
org.jboss.seam.Component
seam component not found: taskInstanceListByType
This only applies to the documentation; the example code is correct.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira