Hi
I have one service “deleteAck” which is used to delete the table entries. I have to invoke this service from a html/dsp page.
I have written one dsp page like below.
deleteack.dsp
<html>
<head>
<title>Order Tracking System</title>
</head>
%invoke Wipro_SO.util:deleteAck%
%endinvoke%
</body>
</html>
When I request this DSP like http:\10.200.13.13:5555/Wipro_SO/deleteack.dsp
This is working fine. Means it is executing the service “deleteAck”.
But when I try to create a html/dsp page(new.dsp) which contains one button called "“DeleteACK Table”, which in turn invokes the deleteack.dsp
on action, it is not working.i.e It is not executing the service.
Can any of u pls help me in this?
I have attached both the files for reference.
Regards
Ravi
deleteack.dsp (0.1 k)
DSP FILE(NEW.DSP)
new.dsp (0.5 k)