Home > cannot be > jsp error cannot be resolved

Jsp Error Cannot Be Resolved

Contents

here for a quick overview of the site Help Center Detailed answers to any questions

Cannot Be Resolved To A Type Jsp Tomcat

you might have Meta Discuss the workings and policies of this jsp cannot be resolved site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers

Class Cannot Be Resolved In Jsp

or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a jsp arraylist cannot be resolved to a type community of 6.2 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up JSP cannot be resolved to a type up vote 1 down vote favorite <%@ page import ="java.util.*" %> <%@ page import ="book.*" %> ArrayList movies = (ArrayList) request.getAttribute("movieinfo"); if(movies!=null){ for(int i=0;i"); out.println("" + b.getMovieID() + ""); out.println("" + b.getMovieTitle() + ""); out.println("" + b.getReleaseDate() + ""); out.println("" + b.getDescription() + ""); out.println("" + b.getImage() + ""); } } Hi i am trying to loop through the arraylist of movies. However i am getting an error: movie is a java value bean org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 80 in the jsp file: /index.jsp movie cannot be resolved to a type 77: 78: if(movies!=null){ 79: for(int i=0;i"); 82: out.println("" + b.getMovieID() + ""); 83: out.println("" + b.getMovieTitle() + ""); Thanks for the help. Please let me know if i should put of additional information from other beans e.g. the utility bean src/movie/movie.java package movie; import java.util.Date; public class movie { private int MovieID; private String MovieTitle; private String Description; private String Image; private Date ReleaseDate; public int getMovieID() { return MovieID; } public

here for a quick overview of the site Help Center Detailed answers to any questions you might

Jsp Problem Cannot Be Resolved To A Type

have Meta Discuss the workings and policies of this site About the import cannot be resolved in jsp Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads

Connection Cannot Be Resolved To A Type Error In Jsp

with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million http://stackoverflow.com/questions/17730962/jsp-cannot-be-resolved-to-a-type programmers, just like you, helping each other. Join them; it only takes a minute: Sign up jsp “unable to compile” and “cannot be resolved to a type” up vote -1 down vote favorite I have a jsp file that imports from my package folder inside my classes directory. When I try to use it, i http://stackoverflow.com/questions/15985271/jsp-unable-to-compile-and-cannot-be-resolved-to-a-type get the "Unable to compile" and "cannot be resolved to a type" errors. Here are my code. <%@ page language="java" import="cs5530.*" %>

Welcome to FlixNet. Sign In

User Name:
Password: