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

Arjan van Bentem (JIRA) jira-events at lists.jboss.org
Mon Mar 12 11:48:00 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1035?page=comments#action_12355824 ] 
            
Arjan van Bentem commented on JBSEAM-1035:
------------------------------------------


> No related commits found.

If you're saying that I could have fixed it myself: you're probably right. The lame excuse is: I'm just wading into using Seam and did not (yet) set up some SSH access to the repository...

But, of course I could at least have given a reference to the exact location. So, excuse me for not fixing it myself, but the errors are at

http://fisheye.jboss.org/browse/JBoss/jboss-seam/doc/reference/en/modules/jbpm.xml?r=1.28#l745
http://fisheye.jboss.org/browse/JBoss/jboss-seam/doc/reference/en/modules/jbpm.xml?r=1.28#l749

...thanks!
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

        



More information about the seam-issues mailing list