[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

damatrix do-not-reply at jboss.com
Mon Feb 19 11:26:22 EST 2007


To correct the first post it should have appeared as follows

  | <h:form>
  |                 <h:outputLabel for="name" value="Customer's name: "/>
  |                 <h:outputText id="name" value="#{registration.customer.fullname}"/>
  |                 <br/><br/>   
  |                 <h:outputLabel for="fair" value="Fair: "/>
  |                 <h:commandLink id="fair" value="#{registration.fair.title}" action="#{advertManager.beginApplication(registration)}"/>                            
  |                 <br/><br/>                       
  |                 <h:outputLabel for="category" value="Product category: "/>
  |                 <h:outputText id="category" value="#{registration.category.title}"/>
  |                 <br/><br/>                                           
  | </h:form>
  | 

Changing to s:link does not help either

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

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



More information about the jboss-user mailing list