Skip Menu |

This queue is for tickets about the CGI-Ajax CPAN distribution.

Report information
The Basics
Id: 24472
Status: new
Priority: 0/
Queue: CGI-Ajax

People
Owner: Nobody in particular
Requestors: jeremiah [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.697



Subject: CGI::Ajax does not let one use the CGI.pm module properly
CGI::Ajax does not provide an object oriented access to CGI.pm. One _has_ to include plain HTML in the script. Furthermore, there is no way to interact with the functional interface of CGI.pm which makes CGI scripts much easier to debug. It would be great if CGI::Ajax copied the interfaces available through CGI.pm and allowed access to JavaScript in the traditional CGI.pm methods instead of creating a reference to raw HTML code.