Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 35118 invoked from network); 24 Dec 2003 15:37:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Dec 2003 15:37:00 -0000 Received: (qmail 50607 invoked by uid 500); 24 Dec 2003 15:36:46 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 50585 invoked by uid 500); 24 Dec 2003 15:36: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 50571 invoked from network); 24 Dec 2003 15:36:45 -0000 Received: from unknown (HELO mailrelay.sonatel.sn) (213.154.64.4) by daedalus.apache.org with SMTP; 24 Dec 2003 15:36:45 -0000 Received: (qmail 23443 invoked from network); 24 Dec 2003 15:37:10 -0000 Received: from unknown (HELO jfarencsolo) (213.154.81.180) by mailrelay.sentoo.sn with SMTP; 24 Dec 2003 15:37:10 -0000 Message-ID: <018001c3ca33$b5616e30$b2000a78@jfarencsolo> From: "Jean Farenc wanadoo recevoir" To: Subject: Modular Database Action Overloading parameters. Date: Wed, 24 Dec 2003 16:36:32 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_017D_01C3CA3C.16BF7340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_017D_01C3CA3C.16BF7340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Everyone: I Have the following descritor.xml for my data base : theConnection THIS WORKS FINE IT DOESN'T WORK Could you give me the way to retrieve the URI and pass it to the = modular data base action. =20
=20 ------=_NextPart_000_017D_01C3CA3C.16BF7340 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Everyone:
 
    I Have the following = descritor.xml for my data base :
<root>
 <connection>theConnection</connec= tion>
 <table=20 name=3D"user"=20 alias=3D"user">
  <keys>
   <k= ey=20 name=3D"num_user" type=3D"int"=20 autoincrement=3D"true">
    <mode = name=3D"auto"=20 type=3D"autoincr"/>
   </key>
  &= lt;/keys>
  <values>
    <= ;value=20 name=3D"date_courante"=20 type=3D"date">
        <mode name=3D"date" parameter=3D"date"=20 type=3D"all"/>
   </value>
=
    THIS=20 WORKS FINE
   <value name=3D"nom_login"=20 type=3D"string">
        <mode = name=3D"request"=20 parameter=3D"remoteAddr" type=3D"all"/>
   </value>
    IT DOESN'T=20 WORK
    Could you=20 give me the way to retrieve the URI and pass it to the modular data = base=20 action.
   
   = </table>
 
  <table-set=20 name=3D"user">
  <table name=3D"user"/>
 =20 </table-set>
 
</root>
 
   =20
------=_NextPart_000_017D_01C3CA3C.16BF7340--