[jboss-user] [JBoss Seam] - seam 1.2.1GA - belowField / description facet
tynor
do-not-reply at jboss.com
Thu Jul 12 17:49:55 EDT 2007
I'm trying to add a belowField facet, but it is not being displayed on my form.
Google shows that Seam 2.0 may have changed this to be called "description", but the 1.2.1 docs still document belowField. I've tried both -- neither displays on my form (and I see nothing in the generated HTML). Can anyone help me spot an error here?
| <s:decorate id="naicsCodeDecoration" template="/layout/edit.xhtml">
| <ui:define name="label">naicsCode</ui:define>
| <h:inputText id="naicsCode"
| size="50"
| maxlength="50"
| value="#{clientHome.instance.naicsCode}">
| <a:support event="onblur" reRender="naicsCodeDecoration"/>
| </h:inputText>
| <f:facet name="belowField">Does belowField Display?</f:facet>
| <f:facet name="description">Does description Display?</f:facet>
| </s:decorate>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063741#4063741
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063741
More information about the jboss-user
mailing list