Skip Menu |

This queue is for tickets about the CatalystX-ListFramework CPAN distribution.

Report information
The Basics
Id: 33537
Status: resolved
Priority: 0/
Queue: CatalystX-ListFramework

People
Owner: SNAFUFANS [...] cpan.org
Requestors: OLIVER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.2
Fixed in: (no value)



Subject: wrapper.tt missing from distribution
A file called wrapper.tt is referenced in t/lib/TestApp/View/TT.pm but it is missing from the distribution. The example application mostly works, but the ExtJS libraries are not loaded because there is no HTML <head> section to load them.
The following seems to work: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" type="text/css" href="/extjs-1.1/resources/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="/css/lists.css" /> <script type="text/javascript" src="/extjs-1.1/adapter/ext/ext-base.js"></script> <script type="text/javascript" src="/extjs-1.1/ext-all.js"></script> </head> [% content %]