Re: redirect problem with flowscript : No pipeline matched request: safe_user_area

2004-04-21 Thread Jan Hoskens
; Kind Regards, Jan - Original Message - From: beyaNet Consultancy To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 2:31 AM Subject: redirect problem with flowscript : No pipeline matched request: safe_user_area Hi,i have a flowscript funtion which does the

Re: redirect problem with flowscript : No pipeline matched request: safe_user_area

2004-04-21 Thread Joerg Heinicke
On 21.04.2004 09:09, Jan Hoskens wrote: As found on http://cocoon.apache.org/2.1/userdocs/flow/api.html To send: cocoon.sendPage(mypipeline, {} ); I think the function expects a biz data (bean) to be delivered (thus two parameters, not one), so just give {}. AFAIK JavaScript can live with

redirect problem with flowscript : No pipeline matched request: safe_user_area

2004-04-20 Thread beyaNet Consultancy
Hi, i have a flowscript funtion which does the following: var user = null; importClass(Packages.test.User); var newUser = new User(); var msg = ; function login() { while (user == null) { cocoon.sendPageAndWait(login.jx, {msg:msg}); try { user = newUser.getUser(cocoon.request.get(username),