-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
TWönlìnè,
On 3/25/2010 2:30 AM, TWönlìnè wrote:
> If you look at JSP line from 3 to 13 you'll find this,
>
> 3. %>
> 4. <%@ page import="java.util.*" %>
> 5. <%@ page import="java.text.*" %>
> 6. http://www.w3.org/TR/html4/loose.dtd";>
> 7.
> 8.
>
Thanks for the reply, I guessed that also, but i think there are some
problems in this approach.
If you look at JSP line from 3 to 13 you'll find this,
3. %>
4. <%@ page import="java.util.*" %>
5. <%@ page import="java.text.*" %>
6. http://www.w3.org/TR/html4/loose.dtd";>
7.
8.
9.
10. Insert t
> From: TWönlìnè [mailto:twonlinevi...@gmail.com]
> Subject: Re: Help required for SMAP
>
> Not URL mapping, i need to understand SMAP mapping
Sorry, I misunderstood the problem.
> 3,11:55,0
> 14,3:57
> 16,3:60,0
> 18:61
> 19,2:62,0
I believe the above notation i
Not URL mapping, i need to understand SMAP mapping, here's a SMAP file i
created, (when compiling JSP to JAVA sources)
SMAP
time_jsp.java
JSP
*S JSP
*F
+ 0 time.jsp
mytest/time.jsp
*L
3,11:55,0
14,3:57
16,3:60,0
18:61
19,2:62,0
*E
this is JSP line to JAVA line mapping ???
but i found that the
> From: TWönlìnè [mailto:twonlinevi...@gmail.com]
> Subject: Help required for SMAP
>
> Can someone help me to understand SMAP feature (how the mapping is
> indicated in files) in TOMCAT?
Try reading the servlet spec. All of it should be required reading for anyone
using servlets or JSPs, b