Ian Bicking wrote:

The problem is you are using mutable forms, and the forms are stored in a module global and keyed to these dynamic names (like "form1"). When you restart the AppServer there may be people with reference to forms that no longer exist.

But I get the error even on pages that don't use mutable forms, and even on pages that have only one form.


There must be something else going on here. It's maddening because I can't seem to reproduce the error consistently, so I can't figure out what the problem is.


Ideally these should be stored in some other persistent form. It would be nice if the session mechanism could be reused in some global fashion, and this stuff could be stored in there. (There's several places where global persistent data would be nice, e.g., randomly generated keys used to sign hidden fields)

Assuming this to be the problem, is the workaround to explicitly name each form? <shudder>



...Edmund.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to