You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Alejandro Raiczyk <al...@technisys.com.ar> on 2000/09/12 17:53:19 UTC

RV: Beans and XSP; Please help!!

Sorry, but I can't find this info, the mail archive is down.
 
Thanks!
 
-----Mensaje original-----
De: Alejandro Raiczyk [mailto:alejandror@technisys.com.ar]
Enviado el: Lunes 11 de Septiembre de 2000 4:18 PM
Para: 'cocoon-users@xml.apache.org'
Asunto: Beans and XSP
Importancia: Alta



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

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

thanks!