does it posible ?
// i don't have @Stateful
@Name("declaracionHome")
public class DeclaracionHome extends EntityHome {
  ...
  @DataModel
  public List getVehiculosList() {
    return getInstance() == null || getInstance().getVehiculos() == null ? null 
    : new ArrayList(getInstance().getVehiculos());
  }
  @DataModelSelection(value = "vehiculosList")
  protected Vehiculo selectedVehiculo;
  ...
}

when i run it, i don't have any error message, but the object "declaracion" 
don't show data.
anybody have some idea

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029894
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to