hi people

in last cvs (today)

linotype sample give the folow error msg

<map:call function='main'> did not send a response, at 
file:/C:/Repository/cocoon-2.1/build/webapp/samples/linotype/sitemap.xmap:213:31

when try to get private/news

playing with that i have found that 

from pipeline:

                        <map:match pattern="private/**">
                                <map:call function="main">
                                        <map:parameter name="page" value="{1}"/>
                                        <map:parameter name="root" 
value="{realpath:/}"/>
                                </map:call>
                        </map:match>

function main is called but everything stop in login function in


function login(){
..
..
cocoon.sendPageAndWait("screen/login", { username : name, userError : userError, 
passError : passError});

{a print("ooo") here never executed}
..
..

}


sorry but i can not go further .... (pure flowscript knowledge)


any hint?

--stavros



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

Reply via email to