CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Java

 remoteDLookUp

Print topic Send  topic

Author Message
yarodin

Posts: 3
Posted: 01/28/2009, 1:15 AM

Hello

I use Codecharge 4.1.00.32 with Tomcat 6.0
No issues so far, but I have a problem with the RemoteDLookUp Feature of Ajax.
The remote request is sent, but the answer is always the complete HTML-page of the site which has to fullfill the request.

When I tried to find where the DLookup is made, I only found this in my java files:


public boolean check ( HttpServletRequest request, HttpServletResponse response, ServletContext context) {
String attr = "" + request.getParameter("callbackControl");
if ((new HeaderServiceChecker()).check(request, response, context)) return true;
if ( "RemoteDLookUp1".equals ( attr ) ) {
//some code
return true;
}
if ( "RemoteDLookUp2".equals ( attr ) ) {
//some code
return true;
}
if ( "ShowModal1".equals ( attr ) ) {
return true;
}
return false;
}

Could it be that RemoteDLookup isn't implemented in Java yet??
There's also no chapter about it in the help file.

I'm not that firm in Java to implement the request and response on my own. Can somebody help me with this?
Thanks in advance.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.