Hey there
Does someone know a parallel tag to html:select? I mean that if in the Edit.jsp page i had an html:select tag to edit the student_status field - and in the displayStudents.jsp i have a bean:write to display the student_status field What id the best way to get the decode in the display page (as the html:select tag does) - because now what is displayed is the code itself (the value) and i need the label from the LabelValueBean. Thank Rivka