where to put bean class files in weblogic

2000-11-17 Thread Gunaseelan , R.
hi i'm new to jsp. i've tried running a simple jsp file that calls a bean using but everytime i get 500 internal server error. can anyone tell mewhy and also i have tried putting my beans in a package and inside serverclasses. but still it gives the same error help me thanks in advance gun

poplulating string array in combobox -help needed

2000-10-10 Thread Gunaseelan, R.
hi , i 'm new to JSP and i hope the probelm i face would be an easy one for many I have a jsp which returns a java string array. i want to populate this in a combo box. when i execute this i get a number of combo boxes with one value in each. the code is do { String testa=result1.s

calling a java parameter in javascipt inside jsp

2000-10-09 Thread Gunaseelan, R.
anyone help me in this thanks in advance Gunaseelan ========= Gunaseelan, R. Asst. Systems Engineer, Tata Consultancy Services GE Center, 185, Lloyds Road, Chennai - 600 086,

transferring control from a servlet

2000-10-04 Thread Gunaseelan, R.
Hi I'm developig an appln where i have only the logout servlet. I don't have the code of the servlet. upon calling logout it logs the user out and gives an empty page. i want to redirect it to a jsp page. since i don't have the servlet code my options are limited it seems. can i create a new jsp