Hi,
I am using xpages. My problem is like that. Actually i have no idea to do this.
For example, let’s say about View ctrol, In first column of view, we click the link, It will be redirect to the slected document.
But Now i don’t want to do with View. I just give the link from the mail.
What can i do for this matter.
Please reply me.
thanks,
Subject: Sending a link in an email…
Hi.
Are you asking how to build a link that can be clicked on from an email and takes the user to a document in an XPage?
If so, it looks like if you construct a link like this and send it in the email the user would be able to click the link and end up in a specific document being displayed via an XPage:
http://server/dp.nsf/tabs.xsp?documentId=7049FCCD8B6F11588525759600598CB6&action=openDocument
Subject: Yes, it is like that.
Hi,Thanks for reply.
Yes, i want to send a link in the mail.
It is like that.
http://localhost/MyProject.nsf/Register.xsp?documentId=352DCD0D9037C3BA482575930005AF44&action=editDocument&SessionID=120A739A9678CAEA8E82BE47444(This link I get from view control when i clicked the link in the first column)
Subject: I’m not sure what your query is…
If it’s links in a view column try the following from the Designer Wiki - http://www-10.lotus.com/ldd/ddwiki.nsf/dx/xpages-viewpanel-form-mapping.htm
If it’s links in general then there’s a whole range of answers
Subject: Yes, But i just want to give the link like this.
Hi thanks for response.
I would like to send a link in the mail as the following.
http://localhost/MyProject.nsf/Register.xsp?documentId=352DCD0D9037C3BA482575930005AF44&action=editDocument&SessionID=120A739A9678CAEA8E82BE47444
(This link I get from view control when i clicked the link in the first column)
In this case, i need to get documentID and sessionID of the document.Am I right?
I don’t know how to get DocumentID and SessionID in Xpage?
thanks,
Subject: The SessionID is extraneous and added by the servlet engine
You don’t need to get the SessionID in order to construct the link. The SessionID is being added by the servlet engine before it knows a cookie is set, but it’s not needed in order for the application to function.