tommy tan

Greenhorn
+ Follow
since Nov 30, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tommy tan

Hi,

is there any way that i can get the variables' name that display on JSP page from action/interceptor in struts2?

I was able to get a set of variable name using the code below:



However, it only print out those variable that has value in screen. For those variable that has no value, e.g. unchecked checkbox, is not printed out.

12 years ago