Tuesday, 20 August 2013

500 error in JSP

500 error in JSP

I am new to JSP. I am getting the following error whe I run my JSP code.
org.apache.jasper.JasperException: /jsps/mailServerConfigure.jsp(1411,24)
Invalid standard action
1411 line is
<input type="text" name="apn0" id="apn0" value= "<jsp:getPrpoerty name =
"header" property= "apn1" />" MAXLENGTH=30 size=15 />
I have getters and setters for the variables. What's wrong?

No comments:

Post a Comment