Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » resource-bundle defined in faces-config.xml not used by validator and intellisen
resource-bundle defined in faces-config.xml not used by validator and intellisen [message #613874] Fri, 10 August 2007 16:58
jmi is currently offline jmiFriend
Messages: 8
Registered: July 2009
Junior Member
Hello,

in faces-config.xml i have following piece of configuration
<application>
<resource-bundle>
<base-name>bundles.messages</base-name>
<var>bundle</var>
</resource-bundle>
</application>

Bundle messages.properties is available in package "bundles". Everything
works when project is compiled and deployed. Only problem i have is
validation and intellisense. E.g. i have following tag in my jsp:

<h:outputText value="#{bundle.caption_preview}"></h:outputText>

Intellisense after "button." shows following items: class, keys, locale.
It should show keys from resource bundle.

Validation and intellisense works if <f:loadBundle is used.

Note: intellisense for backing-beans works well.

any idea how to solve the problem? Does someone else has the problem or is
it a bug or a feature?

thanks
best regards
jano
Previous Topic:WTP 3.0 Requirements document ready for review and first public meeting...
Next Topic:extension point org.eclipse.jst.pagedesigner.tagCreationFactories doesn't work
Goto Forum:
  


Current Time: Sat Apr 20 05:53:51 GMT 2024

Powered by FUDForum. Page generated in 0.03283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top