A friendly place for Java greenhorns!
Java
Ranch
»
JavaRanch Saloon
Search
|
FAQ
|
Recent Topics
|
Hot Topics
Register
/
Login
Win a copy of
Flex 4 in Action
this week in the
Flex
forum!
Java
Ranch
»
Forums
»
Application Frameworks
»
Struts
◄
1
2
Go
Go to page...
Author
Struts: No getter method for property name problem
Saravanan Mrajan
Greenhorn
Joined: Jun 28, 2009
Messages: 16
posted
Jul 03, 2009 06:25:42
David Newton wrote:
Not the JSP.
This is jsp
Simple.jsp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ page language="java" contentType="text/html; charset=utf-8" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> <html:html xhtml="true" lang="true"> <head>Hai</head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <body> <html:form action="/processSimple"> <h4>Enter the Employee ID</h4><br/> <html:text property="eid" size="30" maxlength="40"/><br/> <html:submit> <bean:message key="button.submit" /> </html:submit> <html:cancel/> </html:form> </body> </html:html>
Java
Ranch
»
Forums
»
Application Frameworks
»
Struts
◄
1
2
Go
Go to page...
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter
.