Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » f:loadBundle doesn't contibute it's "var" variable to EL
f:loadBundle doesn't contibute it's "var" variable to EL [message #610969] Sat, 26 May 2007 02:40
Vadim Dmitriev is currently offline Vadim DmitrievFriend
Messages: 74
Registered: July 2009
Member
Hi!
I got some problem with EL contribution for loadbundle tag.
Contribution works fine for h:datatable or tomahawk library tags through
extension plugin, but for f:loadBundle it doesn't. Here is simple jsf page
source:

<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<html>
<body>
<f:view>
<f:loadBundle var="msg" basename="com.test.msg" />
<h:outputText value="#{}" />
</f:view>
</body>
</html>

...and com.test.msg.properties contains single entry.

When i open content assist for EL expression in h:outputText - "msg" var
is not there. Maybe contribution for loadbundle just isn't implemented at
all and i search for a black cat in a dark room? :)

P.S.
JSF implementation is myfaces 1.1.5 (if it really matters at all). I fresh
installation of eclipse3.3 rc1, wtp2.0 rc1 and clean workspace, but with
no luck.

Thanks!
Previous Topic:3 metadata files are all required after refactoring?
Next Topic:WYSIWYG HTML editor
Goto Forum:
  


Current Time: Thu Mar 28 09:11:11 GMT 2024

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

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

Back to the top