Bobby Sands

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

Recent posts by Bobby Sands

Can any one please help me out.

I have a list of labelValueBean, i.e. Which is used to populate the values
in a drop down box.



I want to display this selected value in a printer Friendly page. I am getting only the 'key' from the labelvaluebean, how can I get the actual value using bean:write


Thanks,
Bobby.
19 years ago
Here is an example

<logic:iterate name="EmployeeForm" id="employee" property="employeeList">

<html:text name="employee" property="name">

</logic:iterate>
19 years ago
You can use a List if Employee and you can use <logic:iterate> tag to walk through the List and display

Thanks,
Sudhakar
19 years ago