LOTUS NOTES Database Security to access by JSP...

2000-08-07 Thread Pradeep Roy
Marc & Lastname firstName If you are interested then I can send you the code to access the lotus notes database. My only problem is that I am a big 'zero' in Lotus Lotes' and that's why whenever I am trying to access data from Lotus Notes Db I am finding it difficult to copy with document and r

How do you change the LOTUS NOTES Database Security to access by JSP?

2000-08-07 Thread Pradeep Roy
Hi Could anyone tell me how to change the database security of LOTUS NOTES after copying the database. It would help me the data to be accessed in the JSP. Please suggest. Thanks & Regards Pradeep === To unsubscribe: mailt

Re: Lotus Notes accessing in JSP... ****Please help****...

2000-08-07 Thread Pradeep Roy
ents. hat design elements does the form have?? Marc -Original Message----- From: Pradeep Roy [mailto:[EMAIL PROTECTED]] Sent: Sunday, 6 August 2000 11:49 AM To: [EMAIL PROTECTED] Subject: Lotus Notes accessing in JSP... Please help... Hi All I have a problem related to Lotus Note

Lotus Notes accessing in JSP... ****Please help****...

2000-08-05 Thread Pradeep Roy
Hi All I have a problem related to Lotus Notes Database accessing in JSP. I can connect to Notes Database now. But my problem is sometimes it is accessing data and sometimes it is failing to access the data from a different database. But the code is identical; I am only changing the name of the d

Lotus Note: Problem in getting connected..Please help

2000-08-02 Thread Pradeep Roy
Hi I am getting the following error while trying to connect to Lotus database. Please advice. Thanks & Regards Pradeep Example of JSP/Domino R5 Error: 500 Location: /examples/jsp/lotus/domino.jsp Internal Servlet Error: java.lang.IllegalStateException: Response has already been committed

How Do I access data from LOTUS NOTES-5 database- in jsp or otherwise....***Important*** please Help

2000-08-01 Thread Pradeep Roy
Hi All Could Anyone help me in getting data from Lotus Notes database. The first thing that I want to do is to connect to the database. and run a simple query. Please let me now the URL, Drivername, System name ( how to code all this properly) etc. etc. that is required to get connected to Lotu

Re: help for applet

2000-07-29 Thread Pradeep Roy
Could you explain your answer in detail . It would be of great help to us as I am also having the same problem. Thanks in advance. Regards Pradeep |++| || Sajjad Muzammil |

Re: JSP & TextArea ..*** important****

2000-07-27 Thread Pradeep Roy
Hi Thanks to you all for previous reply. And I am sorry if I have offended you by sending a direct mail to you Lesley. My JSP page is as follows... If I do the refresh through java script then it would refresh and would load the same values again & again. My Bean is not returning the new value i

Re: How to refresh a JSP-Page

2000-07-27 Thread Pradeep Roy
As soon as your value changes make a call explicitly to setA i.e Bean1.setA(); Hope this will change the value in beans and your refresh function will be able to get the new value. Just a thought. Let me know if it works Thanks & Regards Pradeep |+

Please suggest... JSP & TextArea ..

2000-07-27 Thread Pradeep Roy
Hi All I have a queries as follows: I have a text area ( workid) which gets populated & there are other text areas( like jobs , cost code) which also gets populated on the basis of the selected option of the first test area( workid) as soon as I open the page. I have retrieved the datas from t

Re: JSP FAQ & Resource Information

2000-07-27 Thread Pradeep Roy
Hi All Could anyone please let me know if there is any FREE java based web hosting facility offered by any company... Thanks & Regards Pradeep === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".

Re: Problem stiill exists.....This is very ***important*** for me ..please help.

2000-07-25 Thread Pradeep Roy
Hi All I have tried to rewrite the Beans as suggested by Vivek. That is connection is established in the constructor. Please see my Bean and the corresponding JSP. Still it is giving problem. Problem is in the bold letter within the JSP page as below. In the JSP page...( for full jsp page see be

This is very ***important*** for me ..please help.

2000-07-25 Thread Pradeep Roy
Hi All I am enclosing a complete code for database accessing. It would help beginners to know how to access the database from JSP. But I don't want the JSP to access the database. I want Beans to Access the database and send ResultSet accross to JSP. It is not working whenever I am trying to use