No problems in installing Webware and in making a working directory, I think.
The Examples/SecurePage.py was copied into my working directory,
and I made my own LoginPage.py and Main.py and AdminPage.py.  The Main.py
and the AdminPage.py almost have nothing.  

As you know, the pages flow Main.py -> SecurePage.py -> LoginPage.py.
But when they are called from a browser, it errors as "SecurePage" can
not be found.

So I chaned the name to MySecurity.py (the class name is also changed.)
And the broswer says that 
  File "/home/yjy/Webware/WebKit/ServletFactory.py", line 199, in servletForTransaction
    assert issubclass(theClass, Servlet)
  AssertionError

I think it happens due to the fact that the transaction got lost in the way.

Could you please teach me when and how to use transaction?
And more about how to implement login?

Thanks,
-- 
YOON, Joo-Yung


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to