which of name conventions using in spring resource file?
good practice, if i'm not mistaken, use template: <view>.<type>.<name>
, example order.lbl.title
.
but:
what doing if have global name, example
yes
,no
? used many times in different view. right every time create translate each view?if have message validation field, example
email
, best way: createorder.form.validation.email
or createvalidation.msg.email
, use once validation?
Comments
Post a Comment