Hi

I have noticed some strange behavior with the ratingField component - if i use 
it within a block which is rendered inside a zone the star's no longer appear 
and it defaults back to a regular radio group e.g.

    <t:block t:id="block">
        <t:form t:id="form">
            <div t:type="t5components/RatingField" id="aaa"
                source="list:1,2,3,4,5" t:id="ratingField" value="rating"
                t:validate="required" />
        </t:form>
    </t:block>
    <t:zone t:id="theZone" />
    <t:actionLink t:zone="theZone" t:id="showRating">
        show rating
    </t:actionLink>

    @Inject
    private Block block;
    
    Block onActionFromShowRating() {
        return block;
    }

The component still functions, it's as if the css/js cannot be rendered inside 
a block

Has anyone seen anything like this before?

Thanks

Toby

Reply via email to