On 2007-09-18, at 11:17, Ognen Ivanovski wrote:
Just a quick one...
How can I refer to a class object in OGNL, if I know the class name
itself. In Java I would do 'com.foo.example.ExampleClass.class'.
How is this done in OGNL?
Found it. The syntax is: @[EMAIL PROTECTED]
-
Just a quick one...
How can I refer to a class object in OGNL, if I know the class name
itself. In Java I would do 'com.foo.example.ExampleClass.class'. How
is this done in OGNL?
I'm using a component that accepts a Class as a parameter, I need to
pass in a specific class.
Maybe this i