[jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems

pdhaigh do-not-reply at jboss.com
Sun Aug 19 12:36:32 EDT 2007


not sure I understand your question...? regions is an entityquery defined in components.xml 

	<fwk:entity-query name="regions">
  | 		<fwk:ejbql>from Region</fwk:ejbql>
  | 		<fwk:order>name</fwk:order>
  | 	</fwk:entity-query>
  | 

Feedback is a model class that has references to a region (instance of Region model class) and destination (instance of Destination model class).

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

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



More information about the jboss-user mailing list