I have been asked that params should not be visible in URL.
and I have done whole jsp in JSTL. I don know how to pass hidden variable as url is not redirected to the proper page.
Please help.
Please find the attached code. I am able to get data from Action class and put it on JSP but will taking changed data from the current screen to next screen it is creating problem.
I am getting problem at "<s:hidden name="pointListVOList[%{#swapPointProfile.tcMBankSwapPointCustomVOListRight}]"></s:hidden>" and "<s:hidden name="pointListVOList[%{#swapPointProfile.tcMBankSwapPointCustomVOListLeft}]"></s:hidden>". Rest everything is working fine.
HI
I am facing problem while I am terating list of list in jsp. i am able to get the value from action class to jsp and displayed properly. but I need to modify those value on the screen and take it to second screen. I am facing when i am passing arraylist as hidden variable.
There are 2 class. one A1 class is having getter setter of emplyee and address.
another class A2 is having getter setter of list of first A1 class.
First iterator is of A2 class and inside that iterator of A1 class.
In singleton pattern we have to use just one instance of a particular class. What is the approach that can be used if at any particulay moment just 2 or 3 instance of a particular class need to exist.
It might be a very stupid question. I would like to know how is Object class loaded.
I mean how every classes extends Object class without explicitly defining the same?
Hi,
I have created a caching system. It is currently reading the thread pool size from the properties file. It need to be changed in such a way so the value can be chnaged at runtime without re-starting the server. Please throw some ideas how it can be done?