<snip/>


<map:match pattern="arrayAdmin">
<map:call function="arrayAdmin">
<map:parameter name="bindingURI"
value="arrayadmin_bind.xml"/> </map:call>
</map:match>


function arrayAdmin() {

<snipped/>

function arrayAdmin() {
........
    // Let Cocoon Forms handle the form
   if(form.submitId == "save") {
        form.save(bean);
        dao.setObject(bean);
        form.showForm("arrayAdmin"); //this same function
   }

showForm("arrayAdmin") calls a pipeline that matches "arrayAdmin", but in that pipeline you call the function "arrayAdmin" again. Are you sure this is how it's supposed to work? I think that is the source of your infinite loop.


Regards
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to