Main Topics
Browse All TopicsHi,
Please kindly assist where can we find welcome.title and welcome.heading details? is it inside a file then we're calling them?
or it's inside a jsp? what is this method called?
><fmt:message key="
Thanks.
<%@ taglib uri="http://java.sun.com/j
<html locale="true">
<head>
<title><fmt:message key="welcome.title"/></tit
</head>
<body bgcolor="white">
<h3><fmt:message key="welcome.heading"/></h
<p><fmt:message key="welcome.message"/></p
</body>
</html>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
CEHJ,
Would you happen to know the file name we are looking for?
<title><fmt:message key="welcome.title"/></tit
<h3><fmt:message key="welcome.heading"/></h
<p><fmt:message key="welcome.message"/></p
when you say class path, by default this is WEB-INF/lib ?
come to think of it, what does INF means?
Thanks.
CEHJ,
Found it!!!
WEB-INF/classes/resources/
How come the source code (index.jsp) did contain any instructions to load
the path WEB-INF/classes/resources/
and yet it can call them, is this by design or there's an instruction somewhere I have missed?
Thanks so much
# -- welcome --
welcome.title=JSTL Blank Application
welcome.heading=Welcome!
welcome.message=This is a JSTL blank application. \
You can find the application.properties file with this message in the /WEB-INF/src/java/resource
actonwang,
Seems it isn't there..
http://pastebin.com/394448
one down two to go ?
Thanks.
Business Accounts
Answer for Membership
by: CEHJPosted on 2005-10-15 at 01:43:42ID: 15090662
Those properties come from a bundle on your classpath. e.g.
i.Text">
<fmt:bundle basename = "hirondelle.messageboard.u