Even more bizarre 
I added a setbookmark to try and understand and this solves the bug:

form.setBookmark();
print("how bizarre");
form.showForm("registerform-form.html");

I don't really understand much in this, 
offcourse when I remove it, bugs again...
does  someone  understand ?
 
Thanks

Tibor

oceatoon wrote:

> Hi every one,
> 
> I'm getting a weird bug on my cforms since while,when any server side
> process is launched (like a repeater addrow submit is made, or on-change),
> everything goes well on a normal submit.
> The process goes up to the setbookmark but when it re-enters the ShowForm
> I get this error ??? (below)
> 
> Does anybody have an idea of where this might come from?
> it doesn't say much, and I've been refactoring quite a bit :(
> so wishing someone does , otherwise I have to head back on my revisions
> 
> Thanks for the thoughts
> Regards
> Tibor
> *************************************************
> Internal Server Error
> 
> Message: null
> 
> Description: java.lang.IllegalStateException
> 
> Sender: org.apache.cocoon.servlet.CocoonServlet
> 
> Source: Cocoon Servlet
> 
> Request URI
> 
> 79227f8f040c093d077b87380a492d74780d6547.continue
> 
> cause
> 
> java.lang.IllegalStateException
> 
> request-uri
> 
> /79227f8f040c093d077b87380a492d74780d6547.continue
> 
> full exception chain stacktrace
> 
> java.lang.IllegalStateException
> at�org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2778)
> at�org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2145)
> at
>
org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:140)
> at�org.mozilla.javascript.Context.call(Context.java:497)



Reply via email to