[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2038) Documentation of xml namespace component configuration not consistent with example
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Oct 4 03:34:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-2038?page=all ]
Pete Muir updated JBSEAM-2038:
------------------------------
Fix Version/s: 2.0.0.GA
> 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
> Fix For: 2.0.0.GA
>
>
> 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