Hi, I'm developing an application with the "Business Components...." and I'm using to delete in a JSP page the next code :
<jbo
ataSource id="pr" appid="PIcaen.PIcaenModule" viewobject="TProvaView"/>
<jbo:RowsetIterate datasource="pr">
<jbo:Row id="fila" datasource="pr" action="Delete">
</jbo:Row>
</jbo:RowsetIterate>
But that generates a JSP exception. Could anyone help me, please?
Thanks a lot in advance
<jbo
<jbo:RowsetIterate datasource="pr">
<jbo:Row id="fila" datasource="pr" action="Delete">
</jbo:Row>
</jbo:RowsetIterate>
But that generates a JSP exception. Could anyone help me, please?
Thanks a lot in advance