Hi,
I am trying to use report method as follows
==============================
Vector pr = new Vector();
Vector uri = new Vector();
uri.add("/slide/history/24/1.2");
pr.add("lver");
/* using reportMethod(HttpURL httpURL,
java.util.Vector properties,
java.util.Vector histUri,
int depth) */
Enumeration ver = res.reportMethod(url,pr,uri,2);
==========================================
lver is the dead property I am setting and url is defined somewhere above.
I am getting blank response ( not null) in ver when I use this in JSP.
On command line, I can see lver in report response.
also there is one report method as
=================================================
public java.util.Enumeration reportMethod(HttpURL httpURL,
java.lang.String sQuery,
int depth)
================================================
What is sQuery here ? How to use it?
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!