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.
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.
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.
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.
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.
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?