How do I make IntelliJ recognize wicket html tags?
Posted
by Alex B
on Stack Overflow
See other posts from Stack Overflow
or by Alex B
Published on 2010-06-11T18:56:42Z
Indexed on
2010/06/12
5:22 UTC
Read the original article
Hit count: 224
I'm using IntellIJ with Apache Wicket and IntelliJ is showing me that tags like <wicket:extend>
and <wicket:container>
and adding wicket:id
to other html tags is not valid.
What steps do I need to take to make IntelliJ recognize the wicket tags?
I'm using IntelliJ Ultimate 9 with the wicketforge plugin.
© Stack Overflow or respective owner