thanx
its working fine.i achieved my requirement.i gave target i nthe form itself.
<form target="deleteticket"> like that.i want another target also there for
edit purpose.bcaz i added target for edit in form previously .it was working
fine. i removed it for this delete purpose.
<form name="ListBookings" type="multi" use-row-submit="true" title="Selected
Monument" separate-columns="true" paginate-target="Book_E_Ticket1" traget
="updateBookingDetails" target="deleteticket"
list-name="TicketDetails">
<actions>
<script
location="component://eticket/webapp/eticket/WEB-INF/actions/TicketBookingView.groovy"/>
</actions>
<field name="ticketId">
<display-entity entity-name="TicketBookingDetails"
description="${ticketId}"/>
<hidden/>
</field>
<field name="check"><check></check>
</field>
<field name="monumentName">
<display/>
</field>
<field name="date_visit">
<display/>
</field>
<field name="_rowSubmit" title="${uiLabelMap.CommonSelect}">
<hidden value="Y"/>
</field>
<field name="editLink" title="Edit" widget-style="buttontext">
<hyperlink target="editTicket" description="Edit"
also-hidden="false">
<parameter param-name="ticketId"/>
</hyperlink>
</field>
<field name="deleteLink" title="Delete"
widget-style="buttontext">
<hyperlink target="deleteTicket"
description="${uiLabelMap.CommonDelete}" also-hidden="false"
confirmation-message ="Are You Sure">
<parameter param-name="ticketId"/>
</hyperlink>
</field>
in above code "updateBookingDetails" target is used for updating
details and "editTicket" is a target for getting another screen with
details of selected row.
now in form already one target is there "updateBookingDetails". now this
"deleteticket" target also required in form only. how ?
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Checkbox-confirmation-tp2998649p4625968.html
Sent from the OFBiz - User mailing list archive at Nabble.com.