We have code that looks like the following pseudo code:
Form f = getForm();
f.showForm( "stylingPipeline" );
f.save( myDom );
sendPage ("samePageAsCurrent" );
Is there any problem with this? Can the sendPage in a continuation
(submission of a form) call the same URL it is already on? This seems
to work fine in the cocoon rhino build, but when replaced with mozilla
we get a null pointer exception after the showForm. Should we be
doing something to "clean up" the current continuation?
Thanks for any help.
Irv