javascript - Netbeans 7.4beta complains about JSF </ui:repeat> in <script> -
i have xhtml file backing ejbs , javascript tag, contains jsf tag. follows:
<script>     ...     <ui:repeat value="#{sections.listcontrolsnames}" var="listname">         { id: '#{listname}', name:'#{listname}', parent: 'controls'},     </ui:repeat> <-- netbeans has problem here     ... </script> in fact, there's more 1 repeat tag , irritate netbeans in same long in script tag.
what netbeans says
expected operand found <   </ui:repeat>   ^ i've been using version of netbeans in ubuntu repo before , didn't has problem. ideas on how make either stop complaining or satisfy anyone?
it should fixed in latest dev builds (after 7.4 beta), can download here
Comments
Post a Comment