Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Resource bundle cannot be resolved
Resource bundle cannot be resolved [message #600796] Mon, 03 July 2006 12:03
Eclipse UserFriend
Originally posted by: blacksnow666.gmail.com

I keep getting this warning

msg cannot be resolved

these are the first 12 lines of my page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>
<f:loadBundle var="msg" basename="ResourceBundle" />
<f:view>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><h:outputText value="#{msg['title.info.index']}" /></title>

and i get the warning on this line
<title><h:outputText value="#{msg['title.info.index']}" /></title>

is this a bug?
or i have to configure eclipse to recognize
<f:loadBundle var="msg" basename="ResourceBundle" />

please help me,
the page would be launched and displayed correctly, nothing wrong, it
would just be better if i had no warning, when there is nothing wrong.
Previous Topic:how to get jsf
Next Topic:'xxx' validator is not registered
Goto Forum:
  


Current Time: Wed Apr 24 15:29:19 GMT 2024

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

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

Back to the top