Re: Help: JSP and Java 5 enum

2007-04-05 Thread Paul Benedict
I found the answer. The Apache JSTL implementation automatically coerces the r-value to an enum. So the below example works as wanted. Paul Benedict wrote: Has anyone ever compared or iterated a Java 5 enum in JSP? I want do the following: I don't mind comparing ordinals too, but I must be

Help: JSP and Java 5 enum

2007-04-05 Thread Paul Benedict
Has anyone ever compared or iterated a Java 5 enum in JSP? I want do the following: I don't mind comparing ordinals too, but I must be able to do a comparison. Thanks! Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For add