The default locale on my system is pl_PL, so this can't be the problem. Plus, if I
delete the messages_en.properties, then entries from messages_pl.properties are visible in
the content assist box. Of course, I don't want to delete it, so I thik I'll pass
on this feature.
In my opinion, a different feature would be very useful. Since EL causes problems with
bundle keys containing dots:
<h:outputText value="#{messages.client.title}"/>
interpreting "title" as a property of "client", it would be great to
have content assist available with ['...'] notation, that is
<h:outputText value="#{messages['client.title']"/>
Don't you think? :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157371#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...