[mapguide-users] File importing Problem
Dhirendra Kumar
dhirendra.mgos at gmail.com
Thu Mar 8 02:48:23 EST 2007
Hi,
I am devloping MGOS Application using Java/JSP. but when i go for preview in
AJAX viewer then i saw Right side overview pane Display All code of .jsp
page and when i removed two line from jsp page
<%@ page import="javax.servlet.http.*" %>
<%@ include file ="utilityfunctions.jsp" %>
then page display correctly But without importing this two line i can't call
another file or i can't call some api. what a actual problem in importing
two line i can't understand. So please anyboady help me.
my all importing syntex including above two line is :-
<%@ page import="org.osgeo.mapguide.*"%>
<%@ page import="java.util.*" %>
<%@ page import="java.io.*" %>
<%@ page import="java.text.*" %>
<%@ page import="javax.servlet.jsp.*" %>
[<%@ page import="javax.servlet.http.*" %> I can't call this two line
<%@ include file ="utilityfunctions.jsp" %>]
Thankyou in Advance
Dhirendra
--
View this message in context: http://www.nabble.com/File-importing-Problem-tf3367734s16610.html#a9369995
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list