[jboss-jira] [JBoss JIRA] Created: (JBSEAM-425) s:outputPanel in examples/booking/view/register.xhtml should be a:outputPanel
Chuck Adams (JIRA)
jira-events at jboss.com
Mon Oct 16 17:27:41 EDT 2006
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
More information about the jboss-jira
mailing list