[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1035) Documentation uses taskInstanceListByType instead of ...ForType

Arjan van Bentem (JIRA) jira-events at lists.jboss.org
Mon Mar 12 10:39:47 EDT 2007


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
            Priority: Minor


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

        



More information about the seam-issues mailing list