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?
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
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
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?
-
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.
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo