Hi, I'm am trying to programmatically lock a resource for editing from within my struts action.. In trying to understand how to properly construct the various pieces required to lock a resource, I went to the obvious place - LockMethod.java. In the executeRequest() method, there seems to be a number of locks for various actions. I therefore assume that I must replicate this code inside my struts action to accomplish the same capabliity of locking a resource for editing. Am I correct in my assumption? If so, are all of these locking steps required for editing or a subset (and the rest is for webdav compliance)?
Thanks, James
