Re: How to enable/disable a particular control in JSP

2002-12-25 Thread Vikramjit Singh
you should check out JAAS it shall provide what you are looking for. http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html Or you can do that programmatically, by putting ur roles, in a properties file, and based on the logged in person, pick up the role from the file. > -Original

Re: attachment in jsp

2002-12-25 Thread Vikramjit Singh
check this link. http://www.fawcette.com/javapro/2002_03/online/online_eprods/servlets_03_08/ > -Original Message- > From: Venkat Muthusamy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 25, 2002 4:28 AM > To: [EMAIL PROTECTED] > Subject: attachment in jsp > > > Hi all, > I am tr

Re: how to compare values in javascript

2002-12-25 Thread Amit Gautam
while defining the combo box, please use quotes to enclose the values of the options - Original Message - From: "Amit Gautam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 12:07 PM Subject: Re: how to compare values in javascript > try > > document.formnam

Re: how to compare values in javascript

2002-12-25 Thread Amit Gautam
try document.formname.comboboxname.options[document.formname.comboboxname.select edIndex].value == "xyz" - Original Message - From: "Abdul jeelani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 11:01 AM Subject: how to compare values in javascript > Hi,

how to compare values in javascript

2002-12-25 Thread Abdul jeelani
Hi, I need to compare the selected value of a combo box with a string. I tried using == and !=, but it is not working correctly. can any body out there give me the correct the syntax. tnx, Abdul === To unsubscribe: mailto [E

Re: sql server driver for win nt?

2002-12-25 Thread Yong How
Hi, You might want to take a look at an OpenSource (Free) JDBC driver for M$SQL at the following URL : http://sourceforge.net/projects/jtds/ Best Regards, Lim Yong How Software Engineer Ryeson Security International 180B Bencoolen Street #10-01/02 The Bencoolen Singapore 189648 www.ryeson.com

How to enable/disable a particular control in JSP

2002-12-25 Thread Arunkumar_N
Hello, I have around 8 roles defined in my application. I have to enable/disable a particular control on the JSP page depending on the user. I am using Web-Sphere and LDAP for this application. Can any one suggest a suitable approach for this. regards arun **

XALAN Parser - A Problem

2002-12-25 Thread Amit Gautam
We are using XALAN parser in our JSP code. we observed that it does not allow more than 6 MB of DOM (including all the DOMS) to be loaded into memory. e.g. i can load a 2 MB XML file and around 43 100 KB XML files, but not more than that. This is in win2k environment does anyone know how to recti