hi, i'm trying to figure out how to access static fields or methods from a
static class using the jstl el. say i've got a class, call it
com.example.Foo, which has a method getBar(). how would i access that
property using jstl el? this doesn't work:

${com.example.Foo.bar}

for, i guess, relatively obvious reasons. any suggestions? this seems like
a really stupid question, but i've been poking around for a while and can't
figure out a solution without reverting to scriptlets. thanks.

- donald


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

Reply via email to