Re: jsp won't compile...
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 11/30/04
- Next message: JS: "Re: Problems making a Graph"
- Previous message: Theo: "NoClassDefFoundError-JDK1.5.0"
- In reply to: Frances Del Rio: "jsp won't compile..."
- Next in thread: Frances Del Rio: "Re: jsp won't compile..."
- Reply: Frances Del Rio: "Re: jsp won't compile..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 00:09:57 GMT
On Mon, 29 Nov 2004 17:14:13 -0500, Frances Del Rio wrote:
> <%ipt2%><%ipt1%><%=iptIn%>
JSP's are 'translated by the servlet container to servlets,
I suspect the two parts prior to <%=iptIn%> are causing the problem.
They do not seem to be doing anything useful in any case.
Did you mean..
<%=ipt2%><%=ipt1%><%=iptIn%> ?
-- Andrew Thompson http://www.PhySci.org/codes/ Web & IT Help http://www.PhySci.org/ Open-source software suite http://www.1point1C.org/ Science & Technology http://www.LensEscapes.com/ Images that escape the mundane
- Next message: JS: "Re: Problems making a Graph"
- Previous message: Theo: "NoClassDefFoundError-JDK1.5.0"
- In reply to: Frances Del Rio: "jsp won't compile..."
- Next in thread: Frances Del Rio: "Re: jsp won't compile..."
- Reply: Frances Del Rio: "Re: jsp won't compile..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]