Hello,

I use Intellij as my IDE and only some of the available attributes for some
components are available. For instance I have a beaneditform in one of my
templates and I can't use auto-completion for some of the attribute i.e. the
*clientValidation* attribute.

Can anyone please give me some guidelines as to how to configure my IDE so
that all valid attributes are available?

Thanks in advance,

Julien.

<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
      <t:beaneditform t:id="createJobPostingForm" object="jobPosting"
exclude="idJobPosting" submitLabel="message:submit"
                    *clientValidation*="none">
        <t:errors/>
    </t:beaneditform>
</t:layout>

Reply via email to