<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1615" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi everybody,</FONT></DIV>
<DIV><FONT size=2>I'm trying the ajaxviewersample.jsp example and I get this 
error when I click on the Query task:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>org.apache.jasper.JasperException: Unable to compile class for 
JSP: </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>An error occurred at line: 50 in the jsp file: 
/javaviewersample/query/classes/query.jsp<BR>JSONArray cannot be resolved to a 
type<BR>47:&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<BR>48:&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;public String getNumOp()<BR>49: &nbsp;{<BR>50: &nbsp;&nbsp;&nbsp;&nbsp; 
JSONArray jsonArray = new JSONArray();<BR>51: &nbsp;&nbsp;&nbsp;&nbsp; for(int 
i=0;i&lt;6;i++)<BR>52: &nbsp;&nbsp;&nbsp;&nbsp; {<BR>53: 
&nbsp;&nbsp;jsonArray.put(numOperators[i]);</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<DIV><BR>How come? How can I do to fix it?</DIV>
<DIV>I hope it's possible to use it, because I'd like to learn about MapGuide 
API's from this example...</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hoping in your help</DIV>
<DIV>Cheers</DIV>
<DIV>Carmelo</FONT></DIV></BODY></HTML>