Hello Experts
I have a
JSP page that when you open it runs a method which set some methods which are called the same JSP page with getDK() (true / false), etc. Like a normal bean.
My problem is when I call setDK(true) from the
Java class it work fine, BUT on the JSP page is the value "null", it do not remembers.
Please help me
Here are some vode.
===================================
JSP PAGE
===================================
=============================
JAVA CODE "adgang"
=============================