[jboss-jira] [JBoss JIRA] Closed: (JBSEAM-425) s:outputPanel in examples/booking/view/register.xhtml should be a:outputPanel
Chuck Adams (JIRA)
jira-events at jboss.com
Wed Oct 18 13:47:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-425?page=all ]
Chuck Adams closed JBSEAM-425.
------------------------------
Fix Version/s: 1.1
Resolution: Duplicate Issue
dup, and already fixed
> s:outputPanel in examples/booking/view/register.xhtml should be a:outputPanel
> -----------------------------------------------------------------------------
>
> Key: JBSEAM-425
> URL: http://jira.jboss.com/jira/browse/JBSEAM-425
> Project: JBoss Seam
> Issue Type: Bug
> Reporter: Chuck Adams
> Fix For: 1.1
>
>
> Looks like a typo on line 71
> <s:outputPanel id="nameErrors"><s:message/></a:outputPanel>
> Should be:
> <a:outputPanel id="nameErrors"><s:message/></a:outputPanel>
> This is, obviously, causing the register page to crash
--
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 jboss-jira
mailing list