Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in jsp file

843840Feb 18 2010 — edited Feb 18 2010
I am facing some issue with the jsp using strut 2.1.8.1

My Jsp code is

<%@ page language="java"  pageEncoding="ISO-8859-1"%>   
<%@ taglib prefix="html" uri="/struts-tags" %>   
  
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">   
<html>   
<head>   
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">   
<title>Onstar Forumz</title>   
</head>   
<body bgcolor="#FFFFFF" text="#000000">   
  
<%@ include file="/header.jsp" %>   
  
<html:form action="UserverifyAction" name="userForm" type="com.onstar.user.in.form.UserForm">   
<html:text property="username" style="position:absolute;left:720px;top:271px;width:112px;font-family:Arial;font-size:16px;z-index:15" name="username" value="" ></html:text>   
<html:password property="password" style="position:absolute;left:720px;top:302px;width:112px;font-family:Arial;font-size:16px;z-index:16" name="password" value="" ></html:password>   
<div id="wb_Username" style="position:absolute;left:631px;top:276px;width:82px;height:16px;z-index:17;" align="left">   
<font style="font-size:13px" color="#FFFFFF" face="Arial"><b>User name :</b></font></div>   
<div id="wb_Password" style="position:absolute;left:631px;top:307px;width:82px;height:16px;z-index:18;" align="left">   
<font style="font-size:13px" color="#FFFFFF" face="Arial"><b>Password   : </b></font></div>   
<div id="wb_signin" style="position:absolute;left:843px;top:304px;width:101px;height:23px;z-index:19;" align="left">   
<input type="image" src="images/gold_sign.gif" id="signin" alt="" align="top" border="0" style="width:101px;height:23px;"></div>   
</html:form>   
  
  
  
<%@ include file="/footer.jsp" %>   
</body>   
</html>
Error Message:
org.apache.jasper.JasperException: /index.jsp(15,0) Attribute property invalid for tag text according to TLD 
index.jsp is the name of the jsp file.

I have placed the struts2-core-2.1.8.1.jar in lib folder as well as well I have configured the buildpath with the jar file(struts2-core-2.1.8.1.jar)

Please help me...Thanks in Advance{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2010
Added on Feb 18 2010
2 comments
191 views