Hi,

this is simply not supported in EL! 
I submitted this already as an enhancement
https://jsp-spec-public.dev.java.net/issues/show_bug.cgi?id=134
But it won't be in the next release in JSP 2.1, that's for sure.
So you need to do a workaround:
- Use a bean to retrive the constant
- write an EL function

Cheers

Bernhard

> -----Ursprüngliche Nachricht-----
> Von: Guillaume Lederrey [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 20. Juli 2005 16:10
> An: Tomcat Users List
> Betreff: Using a constant in a JSP
> 
> 
>   Hello !
> 
>   This is probably a dumb question, but I'll try anyway. Please dont
> laugh at my ignorance ;-)
> 
>   I'm trying to use a constant (static final String) that is defined
> in a class. My code looks roughly so :
> 
> 
> <%@ page 
> import='ch.tecost.siems.dao.care.planification.FrequencyType' %>
> 
> [...]
> 
> <html:radio name="form" property="frequencyType"
> value="${FrequencyType.MEAL_TIME}"  [...] />
> 
> 
> 
> Of course, this doesnt seem to work. What would be the right syntax ?
> I'm a bit lost and dont know exactly what I should be looking for.
> Yes, I tried Google with no success; or too much success (millions of
> page that dont exactly tell me what to do in this case) ...
> 
>   Thanks a lot for the time you will take to make me less ignorant !
> 
> 
>     Guillaume
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to