Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 75453 invoked from network); 11 Sep 2000 19:24:01 -0000 Received: from venus.tis.com.ar (HELO mercurio.ba.technisys.com.ar) (63.69.231.252) by locus.apache.org with SMTP; 11 Sep 2000 19:24:01 -0000 Received: by mercurio.ba.technisys.com.ar with Internet Mail Service (5.5.2650.21) id ; Mon, 11 Sep 2000 16:17:50 -0300 Message-ID: <3653CEFF0149D41191560090275174AC060D06@mercurio.ba.technisys.com.ar> From: Alejandro Raiczyk To: "'cocoon-users@xml.apache.org'" Subject: Beans and XSP Date: Mon, 11 Sep 2000 16:17:48 -0300 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C01C24.F9B4E55A" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C01C24.F9B4E55A Content-Type: text/plain; charset="iso-8859-1" Hi people, wich is the XSP command to do this: thanks! ------_=_NextPart_001_01C01C24.F9B4E55A Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Beans and XSP

Hi people, wich is the XSP command to do this:

<jsp:useBean id=3D"formHandler" = class=3D"ar.com.technisys.abnamro.cyberbank.ingresoFormBean" = scope=3D"request">
        <jsp:setProperty name=3D"formHandler" = property=3D"referenciador" = value=3D"<%=3Dr%>"/>
        <jsp:setProperty name=3D"formHandler" = property=3D"*"/>
</jsp:useBean>

thanks!

------_=_NextPart_001_01C01C24.F9B4E55A--