If you want to access static member in OGNL you use the expression @[EMAIL PROTECTED]
But this applies only to variables not classes.


If I understand you correct you want to use an internal class as a type in a property specification. I'm not sure if that works in Tapestry but in Java you would usually use OuterClass$InnerClass for this
So you'd use something like
<property-specification name="blah" type="com.myPackage.MyClass$MyInnerClass"/>


Cheers
Tom

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



Reply via email to