Connecting Tech Pros Worldwide Forums | Help | Site Map

Missing message for key "prompt.customer.firstname"

Newbie
 
Join Date: Mar 2009
Posts: 10
#1: 4 Weeks Ago
hi ,
i hav this error while running this customerDetails.jsp
<html:html>
<head>
<html:base/>
</head>
<body>
<html:errors/>
<html:form action="/submitCustomerForm">
<bean:message key="prompt.customer.firstname"/>
<html:text property ="firstName" size="16" maxlength="16"/>
<br>
<bean:message key="prompt.customer.lastname"/>
<html:text property ="lastName" size="16" maxlength="16"/>
<br>
<html:submit>
<bean:message key="button.save"/>
</html:submit>
&nbsp;
<html:cancel>
<bean:message key="button.cancel"/>
</html:cancel>
</html:form>
<h2>Ramprakash</h2>
</body>

And App1Messages.properties file is
prompt.customer.firstname=First Name
prompt.customer.lastname=Last Name

button.save=Save Me
button.cancel=Cancel Me

Expert
 
Join Date: Nov 2007
Location: Germany
Posts: 294
#2: 4 Weeks Ago

re: Missing message for key "prompt.customer.firstname"


Which error?
Missing ending </html:html> ?

This is Java forum, but you have no javacode here, only "html-struts".
And please use code-tags for your code.
Reply