how to let IDEA support jstl

hello to everybody!
i am a beginner of intellij IDEA.when i wrote jsp taglib to use EL.but idea told me the taglib was highlight in red that is mean wrong .how do i to do to make these things right!

somebody help me!thank you first!

0
Avatar
Permanently deleted user

Hi Rongyi,

You need to do a couple of things:

1> Make sure the taglib is included in your Module Settings -> Libraries (Classpath)

2> Add the URI to your IDE Settings -> Resources - > Configured External Resources

Unless I've missed something #2 should stop the red, whilst #1 will get tag completion and validation working.

0
Avatar
Permanently deleted user

Thank you very much !!

0
Avatar
Permanently deleted user

No problem Rongyi, glad I could help. :)

0
Avatar
Permanently deleted user

it is a surprise that you understand my poor english!
any all thanks again :)

0
Avatar
Permanently deleted user

Your English is better than my Chinese!!! :)

0

请先登录再写评论。