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]
