how to get value of select

2006-03-24 Thread Prashant Saraf
Hello all, can some one tell me how to get value of select if it is multipal selected. like this select name=txtrole size=2 multiple=multiple -- Cup of Java + Suger of XML = Secure WebApp

Re: how to get value of select

2006-03-24 Thread Prashant Saraf
ok thanks On 3/24/06, Alexander Panzhin [EMAIL PROTECTED] wrote: But note that it returns an array. Hi use request.getParameterValues(String paramName) HTH Vinu Prashant Saraf wrote: Hello all, can some one tell me how to get value of select if it is multipal

unable to find package

2006-03-24 Thread Prashant Saraf
Hello all, I have a Apache web server Install on my server with jk_mod my web application give following error java.lang.NoClassDefFoundError: Publish/Connect (wrong name: Publish/Publish/Connect) I had a package call Publish which is jar file , i coppied that file in mywebapp/WEB-IN/lib and

Re: how to get users from tomcat-users.xml

2006-03-10 Thread Prashant Saraf
you can prefer admin package for this. On 3/10/06, Hiroshi Iwatani [EMAIL PROTECTED] wrote: Srivani Ausula wrote: Hi, How can I get list of users from tomcat-users.xml? Is there any API provided for this purpose? Thanks in advance, A Srivani. You should use FORM based

Re: User authentication

2006-03-09 Thread Prashant Saraf
i had a webapps but different role of user, n another webapp users same user from fist webapp but a specifc role user. On 3/9/06, Alex Jalali [EMAIL PROTECTED] wrote: Hello all, Whatr is best way to create loging authentication if u had multipal login form/pages. please help me out.

User authentication

2006-03-08 Thread Prashant Saraf
Hello all, Whatr is best way to create loging authentication if u had multipal login form/pages. please help me out. -- Cup of Java + Suger of XML = Secure WebApp

User authentication

2006-03-08 Thread Prashant Saraf
Hello all, What is best way to create loging authentication if I had multipal login form/pages. please help me out. -- Cup of Java + Suger of XML = Secure WebApp

Re: Reading Data Form MS -execel 2003- in java

2006-02-24 Thread Prashant Saraf
it does using xml and java there are some ocx and dll are there which u add to ur excel file, On 2/24/06, Glen Mazza [EMAIL PROTECTED] wrote: Really? I'm seeing SVN commits on its source code still: http://marc.theaimsgroup.com/?l=poi-devr=1w=2 Glen David Thielen wrote: One note on

Re: Assistance required

2006-02-15 Thread Prashant Saraf
why u want to configure server.xml and web.xml, jdbc with mysql download mysql-connector-java respect to your mysql server. flow it's docs. On 2/16/06, Medha Parathasarathy [EMAIL PROTECTED] wrote: Hi, I am new to tomcat. I am trying to configure tomcat, jdbc and mysql. I am facing problem

Problem in j_security_check

2006-02-03 Thread Prashant Saraf
i have a problem in Tomcat jsp when i use j_security_check it gives me following error. The request sent by the client was syntactically incorrect (Invalid direct reference to form login page why this so my web.xml ?xml version=3D 1.0 encoding=3DISO-8859-1? web-app

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
force a login. To access login page, simply put a link to saraf/index.html (simple example) Prashant Saraf a écrit : i have a problem in Tomcat jsp when i use j_security_check it gives me following error. The request sent by the client was syntactically incorrect (Invalid direct reference

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
still it not works it again focous on login page and if i again given detail gives following error The requested resource (/saraf/protected/j_security_check) is not available is this somthig related to web.xml or i have add some in config/server.xml

Re: Problem in j_security_check

2006-02-03 Thread Prashant Saraf
i think problem should be web.xml but still it gives following problem 1)You are logged in as remote user *null* in session * 2AD5AC97008551CE1EDD510E06AE6E1F *WHICH SHOULD NOT* * 2)how should tomcat know that protected is protected

how to use j_username j_password in j_security_cheched

2006-01-27 Thread Prashant Saraf
hello can any on tell me how to use j_username j_password in j_security_cheched thanks