You are completely right here. I have missed this use-case while
component support implementation. Thanks for the spotting this bug. I
will fix it soon.

> 
> <j:choose>
>     <j:when test="${componentTag.class_ != null}">
>         <j:set var="propsClazz"
> value="${plugin.getMetadata(componentTag.class_)}"/>
>     </j:when>
>     <j:otherwise>
>         <j:set var="propsClazz"
> value="${property.type.javaClass}"/>
>     </j:otherwise>
> </j:choose>
> <j:forEach var="property"
> items="${plugin.getClassProperties(propsClazz)}">
>     <j:import uri="/HibernateProperties.jelly"
> inherit="true"/>
> </j:forEach>
> 
> 
> Am I missing something? Is it supposed to work like
> this for a reason? Any feedback would be much
> appreciated :-)

-- 
anatol

Reply via email to