Jyoti Aggarwal

Ranch Hand
+ Follow
since May 26, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jyoti Aggarwal

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.
13 years ago
JSP
Thanks. But one more thing I need to pass like odd 10 params.
URL is getting cumbersome how can I take care of the same??
13 years ago
JSP
Why not bother??
If its username and password how will it not matter?
13 years ago
JSP
Hi,

In jstl http://localhost:8080/MMS_PricingPOC/employeeProcess.do?dispatch=getEmployees&employeeid=21
how can i hide dispatch and employeeid from being visible. The visible url should only be http://localhost:8080/MMS_PricingPOC/employeeProcess.do

13 years ago
JSP


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.
13 years ago
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.

Its really urgent.
13 years ago
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.
Probably the wrong comparison. What the advantage of using ESB?
Benefit of using ESB over application server?
Hi,

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?
14 years ago
Book of knowledge. suppose you have created on application then step to step description how it has been done and one demo piece of code
15 years ago
No, in our compnay everyone has to sumbit two BOK in a year.
15 years ago
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?