Good!

May I suggest that, in place of the partial result of interpolation, the wrong 
message is also shown to the user by returning it in the catch block:

  |             log.warn("exception interpolating string: " + string, e);
  |             return string;
  | 

It gives then a direct clue that something is wrong. And it's already the way 
to do thing in other
cases of wrong syntax (see "messageformat error blows up" test in 
InterpolatorTest)


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

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

Reply via email to