document.formname.hiddenfld.value is null or not object
0x2B | ~0x2B
SCJD, SCJP 1.5, SCJP 1.4, SCBCD 1.3, SCWCD 1.4, SCJA, IBM Test 150, 142, 700, 701, Oracle Test 1Z0-51
What I was doing till now is to get values into a dropdown list box I am writing a bean class to get values from database, then I am writing a controller jsp where I am getting values from bean class stored into an arraylist which is then bind to a session object and then it is used in the Main JSP. Depending on the value selected in the listbox again I have to invoke another method from the bean class and get those values, even for this task I have a controller jsp which does the job and again it is bind in session object which is again used in my Main jsp, here after binding the arraylist values to a session I need to transfer control again to my Main JSP
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |