simple struts project in netbeans

R

ros

Hi,

I developed a simple struts based web application using NetBeans. When
I try to run the project I get the following error on the browser:
***********************************************
org.apache.jasper.JasperException: Exception in JSP: /login.jsp:15

12: <td colspan="2"><html:errors/> </td>
13: </tr>
14: <tr>
15: <td width="15%"><bean:message
key="label.login.name"/>:</td>
16: <td width="85%"><html:text property="name"
size="25" maxlength="50" onfocus="this.select();"/></td>
17: </tr>
18: <tr>
************************************************

The ApplicationResources file is as follows:
# Label Resources
label.login.name=Name
label.login.password=Password

# Error Resources
error.login.password.invalid=<li>Invalid Password</li>
errors.header=<font color="red"><b>Validation Error(s)</b></font><ul>
errors.footer=</ul><hr width="100%" size="1" noshade="true">
************************************************************************

I don't really understand what the error is and would be really
thankful if somebody could point it out.
Cheers
Ros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,163
Latest member
Sasha15427
Top