RE: wahtd does it means ? envCtx = (Context) initCtx.lookup("jav a:comp/env");

2004-06-09 Thread birendar . waldiya
thanks a lot Birendar Singh Waldiya Avinash Gangadharan <[EMAIL PROTECTED]> 09-06-04 12:28 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To 'Struts Users Mailing List' <[EMAIL PROTECTED]> cc Subject RE: wahtd does it means ?  envCtx = (Context) initCtx

wahtd does it means ? envCtx = (Context) initCtx.lookup("java:comp/env");

2004-06-08 Thread birendar . waldiya
can any onetell me what  does  "java:comp/env" mean in following ???  envCtx = (Context) initCtx.lookup("java:comp/env"); Birendar Singh Waldiya Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intende

Re: Reports In Struts Frame work

2004-05-10 Thread birendar . waldiya
ok , thanks ! Birendar Singh Waldiya as as <[EMAIL PROTECTED]> 11-05-04 01:32 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Reports In  Struts Frame work did u try jfree.org have a

Error while starting Tomacat!!

2004-05-07 Thread birendar . waldiya
Hi, I am getting   following error while  i start my tomcat server  can anyone guide me what the problem ?? May 7, 2004 2:52:43 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.30 May 7, 2004

RE: basic problem in java

2004-04-21 Thread birendar . waldiya
Yes it may me nasty but David im sorry i dont know  "dir / x "   and what is   8.3  directory names ?? I will correct the classpath surely. Birendar Singh Waldiya "David Friedman" <[EMAIL PROTECTED]> 22-04-04 11:19 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>

RE: basic problem in java

2004-04-21 Thread birendar . waldiya
I sent  the possible reason , i didnt get exact one .. probaly you might have skipped my mail or deleted Birendar Singh Waldiya Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "David Friedman" <[EMAIL PROTECTED]> 21-04-04 02:39 AM Please respond to "Stru

RE: basic problem in java

2004-04-21 Thread birendar . waldiya
Below was the messages i was getting : I havent yet exactly found the reason why this happened  im also sending the output of set command on dos prompt.  C:\biren\java>javac jaba1.java  jaba1.java:2: cannot resolve symbol  symbol  : class io  location: class java  import java.io.*; For foll

RE: basic problem in java

2004-04-20 Thread birendar . waldiya
Hi, Im very sorry and apologize to all  for not telling the  about the  resolving problem,  Actually  my problem is resolved but i dont have the concrete  solution for that , thats why i didnt  wrote it. The probelm occured  suddenly  one day i was deleting folders from my macheine to free my di

RE: Tomcat not starting !

2004-04-19 Thread birendar . waldiya
That is set already set     to     c:\jsdk1.4.2 Birendar Singh Waldiya Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Butt, Dudley" <[EMAIL PROTECTED]> 19-04-04 07:30 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To 'Struts U

Tomcat not starting !

2004-04-19 Thread birendar . waldiya
My Tomcat dosnt start??? also Im getting  following error when setting  classpath script on woindows C:\Tomcat\jakarta-tomcat-4.1.30\bin>rem - C:\Tomcat\jakarta-tomcat-4.1.30\bin>rem Set CLASSPATH and Java options C:\Tomcat\ja

Re: Javascript Error

2004-04-19 Thread birendar . waldiya
try this if this works ?? function Next()          {                  document.form1.hiddenname.value="hai";                         document.form1.method ="post";                                  document.form1.action =""                                              document.form1.subm

RE: basic problem in java

2004-04-18 Thread birendar . waldiya
its simple program im  posting it , actually everthing was working fine   but i tried to work with a  program that  was ment for running sqlloader using my java program.. suddenly what happen  kept me in puzzled situation.. after which a simple program like foollowing wasnt compiling :(( the pr

Re: Struts Application Security within the Controller Layer

2004-04-18 Thread birendar . waldiya
Hi All,  I have installed  Tomcat server on my machine and tried to start it using    startup.bat  im getting following  error C:\Tomcat\catalina\src\bin>startup Using CATALINA_BASE:   C:\Tomcat\catalina\src Using CATALINA_HOME:   C:\Tomcat\catalina\src Using CATALINA_TMPDIR: C:\Tomcat\catalin

RE: basic problem in java

2004-04-18 Thread birendar . waldiya
My Classpath variable is set to         : C:\jdk1.3.1\bin;c:\jdk1.3.1\lib\tools.jar;c:\jdk1.3.1\lib\rt.jar;c:\Drivers\classes111.zip;c:\Drivers\classes12.zip;c:\Drivers;c:\biren\java JDK is installed   C:\jdk1.3.1 can you please help me ?? Birendar Singh Waldiya "David Friedman" <[EMAIL

Re: Pls help on request parameter

2004-04-17 Thread birendar . waldiya
User   URLEncoder  and URLDecoder  to encode & decode the variable wher the paramater are having character &  etc .. BTW Nepal  & Bhutan aret ow separate country. Birendar Singh Waldiya "sougata" <[EMAIL PROTECTED]> 17-04-04 05:16 PM Please respond to "Struts Users Mailing List" <[EMAI

basic problem in java

2004-04-16 Thread birendar . waldiya
Hi,  this may be  a slightly silly question for  people working on struts etc  but im facing it and i dont have the clue why im getting it.. can anyone suggest me  why im getting proble.. while compiling a java program  my javac is unable to resolve the standard  java classes  like  java.io.*   j

jaba1.java:2: cannot resolve symbol class io

2004-04-16 Thread birendar . waldiya
Hi All,  I have cought up in a basic proble its like this .   im writing a simple program hello words  and a import  java.io.* on the top i get jaba1.java:2: cannot resolve symbol symbol  : class io location: class java import java.io.*;             ^   can anyone help me how to resolve this