Hello Nick,

 Maybe you are... have you installed XP service pack 2, or, do you have a
popup blocker active?

 I tried to use that snipped to access a file in a slide repository and it
constantly opened it in 'http mode' instead of 'webdav mode'. An 'http mode'
symptom is having your word document opened inside IE.

 I temporarily disabled the built-in popup blocker of sp2 (allowing for
active content) and the response is as I expect: a web folder interface
window 'pops-up' in the designated folder showing all files and directories
currently available. If you double click the word document, then you can
open the document in 'davmode' and update it in the server by clicking save
:)

Best regards,
Miguel


-----Original Message-----
From: Nick Longinow [mailto:[EMAIL PROTECTED] 
Sent: quinta-feira, 23 de Setembro de 2004 15:09
To: 'Slide Users Mailing List'
Subject: RE: Simple question on opening a file (via webdav) for editing

Thanks Miguel, this succeeds in opening the file in Word, 
and invokes authentication (username/pwd prompted).

But, when I change the document in Word, its not updated 
in the Slide repository.  Am I missing something ?

Nick

-----Original Message-----
From: Miguel Figueiredo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 23, 2004 5:35 AM
To: 'Slide Users Mailing List'
Subject: RE: Simple question on opening a file (via webdav) for editing


Hello nick,

 Also, check out this code snippet I've found in slide's mailing list:

// open web folder from IE (windows 2000/XP)

<body>
        <STYLE>
        A {behavior: url(#default#AnchorClick);}
        </style>

        <A HREF = "http://localhost:8080/storage/files/Survey.doc";;
                FOLDER =  "http://localhost:8080/storage/files/";;
                TARGET = "_blank"
        >
                Open in Web Folder View
        </a>
</body>


And this message 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg06490.html 

witch gives an insight on how to open an Microsoft Office document in edit
mode, using Java code inside a JSP or servlet.

 You can open a document in edit mode, and then upload it to server, when
performing save within webdav enabled editors. Examples include Microsoft
Office, OpenOffice.org and the Acrobate Writer, if I remember correctly.

 If you wanted to open every kind of documents (for example an autocad
drawing, not just word documents) in edit mode AND upload changes directly
to the server, one solution is making your own web folder client or and
'Windows Explorer' twin, witch is what my company team is working on
nowadays. Other possible solutions are, like Oliver said, netdrive or
similar products.


Best regards,
Miguel

_______

Hi Nick!

If you are on Windows either mount Slide as described in 
http://jakarta.apache.org/slide/xp.html or use a product like NetDrive 
from Novell which can even map it to a drive letter.

If you are on Mac have a look at 
http://jakarta.apache.org/slide/osx.html. Be sure to adapt the web.xml 
in this case as suggested in http://jakarta.apache.org/slide/faq.html

Oliver

Nick Longinow wrote:
> Hi,
> 
>  
> 
> I am just getting started with Slide, and have wrestled all day with this
> one.
> 
> Maybe you can hel p ?
> 
>  
> 
> I have created a document collection and added (put) a document into slide
> 
> via java webdav client.  Now I want to get the file out in edit mode, ie,
> this is 
> 
> a Word document, and I want Word to open up with the document loaded
> 
> for editing. 
> 
>  
> 
> How do you do this ??
> 
>  
> 
> Nick
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to