Re: [MVC-Programmers] JSP Page using Struts

2002-06-27 Thread greg1java
ECTED] (David M. Karr) wrote: >>>>>> "greg1java" == greg1java  <[EMAIL PROTECTED]> writes: > >    greg1java> I get the following error when I try to run a Struts / JSP page. >    greg1java> org.apache.jasper.runtime.PageContextImpl.handlePageExcepti

[MVC-Programmers] JSP Page using Struts

2002-06-27 Thread greg1java
I get the following error when I try to run a Struts / JSP page. org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown Source) I am using tags such as html:form, bean:message, html:text, html:form. Any thoughts?? Thanks G. Taylor __

[MVC-Programmers] Struts ActionServlet (Controller)

2002-06-27 Thread greg1java
I am developing my first struts application and am having trouble finding an example of an ActionServlet (Controller). I've looked thru the Struts samples and have a Wrox book (JSP Site Design) but neither contain examples. Does anyone have an example?? Thanks G. Taylor