Nested EL Expression

2006-09-06 Thread kiran.gutta
Title: Message Hi, I have to display weekday name (Sunday, Monday etc.), given weekday number which isavailable inbean. Please help me how to write EL _expression_ to get the weekday name from resource bundle. Any pointers in this regard are also highly appreciated. Thanks, Kiran The

RE: Nested EL Expression

2006-09-06 Thread Baker,Jonathan
Title: Message If Weekday is an java 5 enumeration (the approach should be almost the same if you just have an int) I have just created a converter class. that implements javax.faces.convert.Converter and something like org.springframework.context.MessageSourceAware(MessageSource is a