[jboss-user] [JBoss Seam] - Re: T or F? - <s:link/> in dataTable must use @DataModel or

jfrankman do-not-reply at jboss.com
Tue Oct 23 10:43:47 EDT 2007


I don't use the h:commandLink in conjunction with the @DataModel or @DataModelSelection. I just use a regular @In annotation in my session bean:

	@In(required=false,value = "lineItem") @Out(required = false, value = "lineItem")
  | 	private ClientTransmittalLineItemVO clientTransmittalLineItemx;	

I also wrap my data table inside of a form. Is this a valid approach?

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

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



More information about the jboss-user mailing list