[jboss-user] [JBoss Seam] - Re: Bind Map to h:inputText value

umk do-not-reply at jboss.com
Sun May 27 22:14:24 EDT 2007


"matt.drees" wrote : What's layout/edit.xhtml look like?

Ok. Looks like you're onto something. Below is the code from edit.xhtml where you'll see validateAll is being called. I don't understand why validateAll is problematic. Maybe you can point me somewhere so I can educate myself. Thanks!


  | <ui:composition  xmlns="http://www.w3.org/1999/xhtml"
  |                  xmlns:ui="http://java.sun.com/jsf/facelets"
  |                  xmlns:h="http://java.sun.com/jsf/html"
  |                  xmlns:f="http://java.sun.com/jsf/core"
  |                  xmlns:s="http://jboss.com/products/seam/taglib">
  |                  
  |     <div class="prop">
  |                 
  |         <s:label styleClass="name #{invalid?'errors':''}">
  |             <ui:insert name="label"/>
  |             <s:span styleClass="required" rendered="#{required}">*</s:span>
  |         </s:label>
  |         
  |         <span class="value #{invalid?'errors':''}">
  |             <s:validateAll>
  |                 <ui:insert/>
  |             </s:validateAll>
  |         </span>
  |         
  |         <s:message styleClass="error errors"/>        
  | 
  |     </div>
  |     
  | </ui:composition>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048958#4048958

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048958



More information about the jboss-user mailing list