EXECUTE: Create a default seam project, go to the first home.xhtml and try and use the #
{messages}completion, e.g. #
{messages.javax.faces.component.UIInput.CONVERSION} would be autocompleted.
EXECUTE: Deploy that to a server
ASSERT: that it works...
It doesn't because dotted paths in a message resource bundle should be specified as: #
{messages['javax.faces.component.UIInput.CONVERSION']}- duplicates
-
JBIDE-2019 Code assist for #{messages.*} should suggest properties enclosed in [ ] if they contain '.'
- Closed
- is related to
-
JBIDE-2062 resource bundle code completion is not complete
- Closed
- relates to
-
JBIDE-1258 Actually auto-complete resource bundle keys for org.jboss.seam.international.messages (and resource bundles in faces-confg)
- Closed