| Author |
question about struts
|
David Liu
Greenhorn
Joined: Apr 16, 2002
Posts: 24
|
|
I've deploy the sample "employees" in the book "mastering jakarta struts" in eclipse but there is something wrong in login.jsp this is the error info in the console: INFO [HttpProcessor[8080][4]] (PropertyMessageResources.java:127) - Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true and this is the jsp code: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <html> <head> <title><bean:message key="app.title" /></title> I think there is something wrong in the code section "<bean:message key="app.title" />" but everything is the same as it appears in the book and I am confused please do me a favor thanks
|
It's better burn out than to fade away.
|
 |
Amy Smith
Greenhorn
Joined: Jul 26, 2001
Posts: 24
|
|
Isn't that just an informational message? Is the page working?
|
Amy Smith<br />Java Developer<br />Haworth, Inc.<br />amy.smith@haworth.com
|
 |
 |
|
|
subject: question about struts
|
|
|