Manoj Zachariah

Ranch Hand
+ Follow
since Dec 08, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Manoj Zachariah

Im trying to retrieve values from a database and show the retrieved values in different text fields on a jsp page.



i have tried printing the value of "fullname" on the jsp page and it shows the value correctly. but the above code gives me an error when calling this jsp page. i use sun application server pe 8 for deployment.

the error is

18 years ago
when im trying to deploy an .ear in Sun Application Server PE 8 i get the following error. the ear has 2 web components (servlets and jsp) and one jar



please help...thanks in advance
im using Sun Application-Server-PE-8.0 to deploy some JSP pages. when accessing the JSP page i get this error from the server.



i tried copying the tools.jar to the lib of the server directory and restarted the server. still i get the same error. please help.

thanks
im using Sun Application-Server-PE-8.0 to deploy some JSP pages. when accessing the JSP page i get this error from the server.



i tried copying the tools.jar to the lib of the server directory and restarted the server. still i get the same error. please help.

thanks
18 years ago
JSP
create an oject for key and use it in get()

18 years ago
I tried installing GlassFish with Mustang. The first command
java -Xmx256m -jar filename.jar , runs fine.

When running the ant command ( ant -f setup.xml ) i get the following error.



i have jdk set in the path to D:\Program Files\Java\jdk1.6.0\bin and path for ant to D:\Downloads\Java\glassfish\lib\ant\bin in the environment variables.

Please help and thanks in advance
18 years ago
I tried installing GlassFish with Mustang. The first command
java -Xmx256m -jar filename.jar , runs fine.

When running the ant command ( ant -f setup.xml ) i get the following error.



i have jdk set in the path to D:\Program Files\Java\jdk1.6.0\bin and path for ant to D:\Downloads\Java\glassfish\lib\ant\bin in the environment variables.

Please help and thanks in advance
thanks...found the answer there.... here is it for others with the same error....
18 years ago
hi,

i just downloaded the BDK zip file from sun.com and when trying to run it i get the following error. but i am able to open it fine, but no button option come up in the toolbox. i can see the juggler, etc there.

i have "C:\Program Files\Java\jdk1.5.0_05\bin" in my path.

please help...thanks in advance

hi,

i just downloaded the BDK zip file from sun.com and when trying to run it i get the following error. but i am able to open it fine, but no buttons come up in the toolbox.

i have "C:\Program Files\Java\jdk1.5.0_05\bin" in my path.

please help...thanks in advance

19 years ago
this is the first time im using threads. ended up with a problem in the code below. im trying to draw a moving line using the thread



this code gives me an error as below.


thanks
19 years ago
i want to open a jsp page in the same browser window / not in a frame. The problem is that my button (which does the reload) is in a frame, so only the frame reloads.
I have a page that has an Add button. On clicking that, a child window opens with form. When the child window form is submitted by the user the (child)window should close and the parent form should be reloaded with what ever i inputted in the child window.
How would you set this up?
its works now, thanks
20 years ago
JSP