[cgiapp] Jemplate form submission

2006-03-06 Thread Bruce McKenzie
I've been converting some apps called by CGI::Application::Dispatch to run in an Ajax-y way. I've been going along ok with CGI::Ajax, but I was intrigued by the Jemplate module for Javascript Templating with Template Toolkit, which I first saw mentioned in this list (http://search.cpan.org/~ing

Re: [cgiapp] Jemplate form submission

2006-03-06 Thread Cees Hek
On 3/6/06, Bruce McKenzie <[EMAIL PROTECTED]> wrote: > But textAjax throws this javascript error: > > Error: [Exception... "Component returned failure code: 0x80040111 > (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: > "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::

Re: [cgiapp] Jemplate form submission

2006-03-06 Thread Bruce McKenzie
Thanks, Cees, nope it's running on my localhost Apache server. I retrieved the error message from the FireFox Javascript console. Cees Hek wrote: On 3/6/06, Bruce McKenzie <[EMAIL PROTECTED]> wrote: But textAjax throws this javascript error: Error: [Exception... "Component returned failur

Re: [cgiapp] Jemplate form submission

2006-03-06 Thread Cees Hek
On 3/6/06, Bruce McKenzie <[EMAIL PROTECTED]> wrote: > Thanks, Cees, nope it's running on my localhost Apache server. I > retrieved the error message from the FireFox Javascript console. hmm, not sure then... I would try a google search on the errors and see what comes up. Also, if you use IRC,

[cgiapp] Re: [Cgi-session-user] Trouble with C::S::SQLite

2006-03-06 Thread Ron Savage
On Mon, 6 Mar 2006 18:28:11 -0600, Puneet Kishor wrote: Hi Puneet > [Mon Mar 6 18:23:27 2006] index.cgi: DBD::SQLite::db prepare > failed: no such table: sessions(1) at dbdimp.c line 269 at The fact that the table is called sessions(1) and not sessions is the clue to follow first. Check the SQL

[cgiapp] XUL

2006-03-06 Thread Bill Stephenson
I was poking around yesterday and found this: http://developer.mozilla.org/en/docs/XUL Very interesting Has anyone here played around with this at all? -- Bill Kindest Regards, -- Bill Stephenson 417-546-8390 - Web

Re: [cgiapp] XUL

2006-03-06 Thread Jason Purdy
Bill Stephenson wrote: I was poking around yesterday and found this: http://developer.mozilla.org/en/docs/XUL Very interesting Has anyone here played around with this at all? I have - I actually developed my first Firefox extension (been meaning to share the word): https://addons.mozill

[cgiapp] What happens after validation?

2006-03-06 Thread Robert Hicks
I have all my forms validating. Yay! The question I have is what happens after validation? If I create a small form like this that doesn't use my validation stuff: Form without validation: Username: NAME1