Hello all -

Got a strange problem today. On our development server,
everything is running fine. On our live server, a couple of
our FunFormKit FormServlets seem to be forgetting their
overrideMethod.

Some of these are mutable forms, most are not. And several
are working without a problem. Here's what happens:

1. Immediately after a AppServer restart, the forms will
process one request each as expected (calling writeForm or
_processForm etc).

2. Each request after this will just call writeContent (the
original overrideMethod for the servlet).

Any thoughts? The basic format for these pages is:

in __init__:
  create fields/formdef, make mutable if needed,
   store to instance variable self._formDef
  FormServlet.__init__(self,'writeContent',[self._formDef])

in awake:
  if mutable, add in fields (again most are not mutable.)

These servers are running Webware 0.6.1b1 and python 2.1.1,
on IIS 5.0.

Luke

=====
------------------
Reference Counting Garbage Collection:
Look out philosophy majors, things really DO
cease to exist when no one is looking at them!
------------------

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to