Rahul Chau

Greenhorn
+ Follow
since Jan 10, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rahul Chau

use the following instead:

<body>Id is : <s roperty value="%{#parameters.id[0]}" /><br /><s:if test="%{#parameters.id[0] == 2}">Yes</s:if><s:else>No</s:else>
</body>

The parameters are passed as an array Map<String,String[]> and not Map<String,String>
12 years ago