Hi All,
I am doing a custom gallery widget... ok I am upgrading my t-4.1.2 gallery to
T5... fun stuff...
Is the class type notation still legal ?
<t:Gallery t:id="GalleryWidget"
collectionType="ognl:@org.tynamo.examples.hibernatesecurity.model.admin.Person@class"
itemsPerPage="itemsPerPage"
tableColumns="tableColumns"
cursor="cursor"
/>
I am referring to this guy...
collectionType="ognl:@org.tynamo.examples.hibernatesecurity.model.admin.Person@class"
What should this look like for T5 ?
Thanks in advance
KEN