Re: [T4] OGNL reference to a class object

2007-09-18 Thread Ognen Ivanovski
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] -

[T4] OGNL reference to a class object

2007-09-18 Thread Ognen Ivanovski
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