This seems to work:
| @Override
| public String getOrder(){
| if(super.getOrder() == null){
| return "status.sortOrder";
| }
| return super.getOrder();
|
| }
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099041#4099041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099041 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
