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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...