We have DPM and we are using JSTL for rendering. For user defined CTDs, we have generated the content beans jar file by using "vgnbeangen". We need the class files for inbuilt types like "Channel", "Site". How do we use this in JSTL ?
-s option of "vgnbeangen" does not generate the class files for inbuilt types (bean attribute names not defined in the objecttype for Channel).
We are getting Current Content bean, from this we are getting associated channels. we are interested in filtering the channels based on site name (want to do this in JSTL)