[Webware-discuss] MiddleKit with SQL Server

2004-07-29 Thread Dennis Kertis
ing in the MiddleKit.Run.MSSQLObjectStore Module line 38 of the new connection function. So now i don't get any error messages, but nothing is added to the database. When I do a select on the table my new entry is not added. Anybody get MiddleKit working with SQL Server? Can you offer some advice?

Re: [Webware-discuss] psp files not seeing context

2002-09-30 Thread dennis
On Mon, 30 Sep 2002 [EMAIL PROTECTED] wrote: > <%@page extends="bigstar.bigstar"%> Ok, so I need to add: <%@page imports="bigstar:bigstar"%> But I have another question. Same scenerio, where my .psp file is not under the location /ww. I use self.includeURL("domain.page.psp") and webware comp

[Webware-discuss] psp files not seeing context

2002-09-30 Thread dennis
n,filename) File "./WebKit/ServletFactory.py", line 77, in importAsPackage module = imp.load_module(fullmodname, fp, pathname, stuff) File "/usr/local/Webware/WebKit/Cache/PSP/_var_www_html_test_psp.py", line 6, in ? if isinstance(bigstar.bigstar, types.ModuleT

Re: [Webware-discuss] database connectivity?

2002-04-10 Thread dennis
On Tue, 9 Apr 2002 [EMAIL PROTECTED] wrote: > I am writing my own database access at the moment. What sorts of "gotchas" > do I need to worry about? I am a little fuzzy as to how WebKit works and > what issues I face. Do I need to worry about threading issues, etc? -

[Webware-discuss] database connectivity?

2002-04-09 Thread dennis
Hi, I am writing my own database access at the moment. What sorts of "gotchas" do I need to worry about? I am a little fuzzy as to how WebKit works and what issues I face. -- --- Dennis Sacks [EMAIL PROTECTED] "An idiot with a computer is a faster, better idiot.

Re: [Webware-discuss] 'interpreting' html pulled out of database

2002-04-02 Thread dennis
ectories for each 'brand'. I include the psp file for the correct brand based on the domain. I have a minimal amount of things I have to add to the html files to "applicationize" them. -- --- Dennis Sacks [EMAIL PROTECTED] "An idiot with a computer is a faster, better idiot

[Webware-discuss] sessionEncode issue

2002-03-27 Thread dennis
ng if it should look like this: sid = '_SID_=' + self.identifier() -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down on me, heavy things I could not see" ___ Webware-discuss mailing list [EMAIL PROTECTED] http

RE: [Webware-discuss] 'interpreting' html pulled out of database

2002-03-26 Thread dennis
out of a > > > database, parse it for 'PSP' tags and then self.writeln it. -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down on me, heavy things I could not see" ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

RE: [Webware-discuss] getting to other sessions

2002-03-26 Thread dennis
On Mon, 25 Mar 2002, Geoffrey Talvola wrote: > You can encode the session ID into a URL using Page.sessionEncode(url). > Redirect to that URL and it should automatically pick up the session. Thank you. That worked very well! -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling

[Webware-discuss] getting to other sessions

2002-03-24 Thread dennis
URL I redirect to and then on the redirected page look up the appropriate session to get at the info I need. Or does someone have a better way to do this? -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down on me, heavy th

[Webware-discuss] session cookie domain

2002-03-21 Thread dennis
on cookie will still be passed back. -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down on me, heavy things I could not see" ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Re: [Webware-discuss] 'interpreting' html pulled out of database

2002-03-20 Thread dennis
ach virtual domain. I can use SERVER_NAME from the request environment to know what virtual domain the user requested but I am trying to minimize the amount of html or psp files for each virtual domain. -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down

Re: [Webware-discuss] 'interpreting' html pulled out of database

2002-03-20 Thread dennis
What I've got now is one psp page that gives the common body & such to all the web pages. The psp page calls a method in a servlet to generate the rest of the page. I have a hidden variable named page that gets set to determine what gets generated for each request. -- --- Dennis Sac

Re: [Webware-discuss] 'interpreting' html pulled out of database

2002-03-20 Thread dennis
t I want to easily add virtual domains that do the exact same functionality, but with different html. I'm trying to think of how to make it easy to add a new domain with a minimum of administrative overhead. -- --- Dennis Sacks [EMAIL PROTECTED] "Things

[Webware-discuss] 'interpreting' html pulled out of database

2002-03-20 Thread dennis
Hi, I want to use a python servlet to pull a chunk of html out of a database, parse it for 'PSP' tags and then self.writeln it. What would people suggest for doing this? -- --- Dennis Sacks [EMAIL PROTECTED] "Things are falling down on me, heavy things