Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 35765 invoked from network); 13 Apr 2005 21:27:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2005 21:27:04 -0000 Received: (qmail 22206 invoked by uid 500); 13 Apr 2005 21:26:54 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 22183 invoked by uid 500); 13 Apr 2005 21:26:54 -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 22169 invoked by uid 99); 13 Apr 2005 21:26:54 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_HAS_ULINE_NUMS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtpout15.mailhost.ntl.com (HELO mta05-winn.mailhost.ntl.com) (212.250.162.15) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 13 Apr 2005 14:26:52 -0700 Received: from aamta08-winn.mailhost.ntl.com ([212.250.162.8]) by mta05-winn.mailhost.ntl.com with ESMTP id <20050413212649.QNBX11920.mta05-winn.mailhost.ntl.com@aamta08-winn.mailhost.ntl.com> for ; Wed, 13 Apr 2005 22:26:49 +0100 Received: from [81.98.163.123] by aamta08-winn.mailhost.ntl.com with ESMTP id <20050413212649.BPXG1844.aamta08-winn.mailhost.ntl.com@[81.98.163.123]> for ; Wed, 13 Apr 2005 22:26:49 +0100 Mime-Version: 1.0 Message-Id: Date: Wed, 13 Apr 2005 22:25:47 +0100 To: users@cocoon.apache.org From: "beyanet.com" Subject: Problem getting an object out of a drop down list Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok, let me explain. I have a html page which presents a selection of previous orders made by a client. In the option value section I place the associated order objects of a user like so: The rendered html page looks like so: As you can see the problem I have is that test.OrderXXX is now a string value, but I want it to remain an object. What I wanted to do was take the orderitem object, when the user selects an option from the drop-down list, pass it into another flow function which in turn then displays the orderitem details in another html page. So how can I do this so that when it reaches the next flow function it is still an object and not a string? many thanks Uzo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org