5 pts.
 when i deploy webapplication using jstl in jsp i have got an error cannot access org.students.Address
error: Compilation of 'C:beauser_projectsdomainsmydomain.myserver.wlnotdeleteextractmyserver_app_appjsp_servlet__tg5.java' failed: -------------------------------------------------------------------------------- C:beauser_projectsdomainsmydomain.myserver.wlnotdeleteextractmyserver_app_appjsp_servlet__tg5.java:142: cannot access org.students.Address probably occurred due to an error in /tg5.jsp line 3: org.students.Address a=new org.students.Address();
    programm is:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%
org.students.Address a=new org.students.Address();
a.setStree("strone");
a.setCity("ctyone");
a.setState("ap");

pageContext.setAttribute("svone",a);
%>
<c:out  value="${pagescope.svone}" />
<c:out value="${pagescope.svone.street}"/><br>
<c:out value="${pagescope.svone.city}"/><br>
<c:out value="${pagescope.svone.state}"/><br>


Software/Hardware used:
ASKED: July 23, 2008  11:48 AM
UPDATED: July 23, 2008  2:11 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _