xiaoyafeng has asked for the wisdom of the Perl Monks concerning the following question:
I'm continuing to Catalyst program, I found server.pl built-in in catalyst module can not parse jqGrid correctly.
Below is error messages:
But it could parse jquery and jquery-UI perfectly. and There is no any problem if I save it as html page(don't parse by Catalyst server.pl,just open it by Firefox)Error: syntax error Source File: http://localhost:3000/site/static/js/i18n/grid.locale-en. +js Line: 2 Source Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Error: syntax error Source File: http://localhost:3000/site/static/js/jquery.jqGrid.min.js Line: 2 Source Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Any help are appreciated! Thanks.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>My First Grid</title> <link rel="stylesheet" type="text/css" media="screen" href="static/css +/ui-lightness/jquery-ui-1.8.1.custom.css" /> <link rel="stylesheet" type="text/html" media="screen" href="static/cs +s/ui.jqgrid.css" /> <style> html, body { margin: 0; padding: 0; font-size: 75%; } </style> <script src="static/js/jquery-1.4.2.min.js" type="text/javascript"></s +cript> <script src="static/js/i18n/grid.locale-en.js" ></script> <script src="static/js/jquery.jqGrid.min.js" type="text/javascript"></ +script> ....... .........
UPDATE Sorry for my stupid fault. waste monks' time.
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: syntax error! jqGrid problem parsed by Catalyst server.pl
by Your Mother (Archbishop) on Jun 26, 2010 at 04:46 UTC | |
by xiaoyafeng (Deacon) on Jun 26, 2010 at 04:56 UTC | |
by Your Mother (Archbishop) on Jun 26, 2010 at 05:18 UTC | |
by derby (Abbot) on Jun 26, 2010 at 14:55 UTC |