You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/02/01 03:53:11 UTC

DO NOT REPLY [Bug 26571] - Flow auth-fw Defined in subsitemap Fails Serialize Successful Login And Logout

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26571>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26571

Flow auth-fw Defined in subsitemap Fails Serialize Successful Login And Logout





------- Additional Comments From jd@datatrio.com  2004-02-01 02:53 -------
As well , The flow contained in /modules/auth/

function login(form) {
    var model = form.getModel();
    form.showForm("login-display-pipeline");
    cocoon.sendPage("doLogin.xml");
}