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