[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2038) Documentation of xml namespace component configuration not consistent with example

Matt Drees (JIRA) jira-events at lists.jboss.org
Wed Oct 3 23:12:19 EDT 2007


Documentation of xml namespace component configuration not consistent with example
----------------------------------------------------------------------------------

                 Key: JBSEAM-2038
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2038
             Project: JBoss Seam
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.0.CR1
            Reporter: Matt Drees
            Priority: Minor


As an example of a component that can be configured in components.xml, the documentation has:

    <pay:payment-home new-instance="#{newPayment}"
                      created-message="Created a new payment to #{newPayment.payee}" />

However, the SeamPay example has:

    <pay:payment-home name="paymentHome" 
                      new-instance="#{newPayment}" 
                      created-message="Created a new payment to #{newPayment.payee}" />

I think I tried it once a few months ago, and the the first doesn't work.  

-- 
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