Hello all! First message ever on a mailing list, would you believe it? :)
Anybody knows how to access a public static (final btw) variable of a bean
inside a JSP ? preferably using struts tags or EL ?
<c:if test="${__DeskMenuConfigBean__.menuMode == 1}">
[...any HTML code...]
</c:if>
Exactly, I'd like to replace to "1" in the <c:if>'s test by something like
"__DeskMenuConfigBean__.CONTRACT_MODE"
Thanks
--
Seb'

