"
and when i use the get method i can access the values. but if i have multiple instances of the class how can it be displayed in the jsp page? is using vector a correct method? if so could u tell me how?"
well 135790 is correct and
each instance maintain its own value to get...
i did not get your problem exactly. any way
it is not adviceble to use bean in session unless it is necessry
write me claerly
somasekhar@webveda.com
i will clarify
bye
soma sekhar
hello mfuna
use cookies or session to track whether user logged in or not? and u can aslo user cookies to find out howmany times user logged in indstead of database
bye
soma sekhar
Hello Kurtic19
Please try like this then you will not get any error
<% if (Enter.equals("1") ){ %>
but "Enter" is "Null" it will give null pointer exception so 1st check it like this
<% if( Enter!=null && Enter.equals("1")) {%>
ok if you had any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.