Did U found any problem like this if yes then ?
HI
Iam using a bean and calling its parameters through
jsp using get and setting using set methods in session scope
problem is this
1)First time when ever i do change in my jsp values from the beans
get method returns null
2)I want to invalidate the values of bean .can i use a method inside bean
and call it in all jsp s
Does session.invalidate works some where for bean in session scope
thanks in advance
regards

