Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 69421 invoked from network); 15 Nov 2004 00:21:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 00:21:03 -0000 Received: (qmail 17397 invoked by uid 500); 15 Nov 2004 00:20:46 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 17265 invoked by uid 500); 15 Nov 2004 00:20:46 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 17232 invoked by uid 99); 15 Nov 2004 00:20:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.12.11.36] (HELO smtp005.mail.ukl.yahoo.com) (217.12.11.36) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 14 Nov 2004 16:20:41 -0800 Received: from unknown (HELO ?81.98.164.53?) (beya?net1@81.98.164.53 with plain) by smtp005.mail.ukl.yahoo.com with SMTP; 15 Nov 2004 00:20:36 -0000 Mime-Version: 1.0 (Apple Message framework v619) To: users@cocoon.apache.org Message-Id: <2BF4F354-369C-11D9-B872-0003938366A4@jibeya.com> Content-Type: multipart/alternative; boundary=Apple-Mail-16--235731437 From: beya! Subject: Cform widget not being displayed Date: Mon, 15 Nov 2004 00:20:36 +0000 X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --Apple-Mail-16--235731437 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hi, I am having problems with a widget which is not rendering a text box to the browser. In my login.js file I have: function login() { var form = new Form("forms/definition.xml"); while (true) { //Check form integrity form.showForm("unprotected.xml", {"msg":msg, "userGlobal":userGlobal}); var model = form.getModel(); //Check user exists try { userGlobal = newUser.getUser(model.username,model.password); break; }catch(e) { msg = "Incorrect username or password. Please re-enter."; } } ............ In my login.jx file I have specified the following: In my definition.xml file I have specified the following: Username: Email address: Password: When the page is rendered as html the widget label name appears but not the textbox element. What am I doing wrong here? regards Andrew --Apple-Mail-16--235731437 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII Hi, I am having problems with a widget which is not rendering a text box to the browser. In my login.js file I have:function login() { var form = new Form("forms/definition.xml"); while (true) { //Check form integrity form.showForm("unprotected.xml", {"msg":msg, "userGlobal":userGlobal}); var model = form.getModel(); //Check user exists try { userGlobal = newUser.getUser(model.username,model.password); break; }catch(e) { msg = "Incorrect username or password. Please re-enter."; } } ............ In my login.jx file I have specified the following: < < < < < <
< < < In my definition.xml file I have specified the following: < < < < <Username:< < < < < < < <Email address:< < < < < < < <Password:< < < < < < < <When the page is rendered as html the widget label name appears but not the textbox element. What am I doing wrong here? regards Andrew --Apple-Mail-16--235731437--
<< < < < <