Re: populate combo after comparing bean values with enum

2008-06-17 Thread mfirry
hi, and thanks for your help With all those scriptlets, mixing of taglib and RT expression values, and the relevant Java code not included, it's a little difficult to see exactly what you're attempting. i'm just trying to get the duration from the FormBean, compare it with the other possible

populate combo after comparing bean values with enum

2008-06-17 Thread mfirry
hi, i need to populate my combo with options taken from the FormBean and compared with the Enum values. i have it working but i doubt it's the best way to do it (and it mixes too much struts tags with jstl ones, in my opinion) anybody can help? <[EMAIL PROTECTED] import="MyPackage.*" //this pa