Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Jsp Include/Import Tag Error
Permanently deleted user
Created
I have been build a webapp module, but i can not use these tags: include, import in jsp file, because these tag all error highlight in red color, why? my target jdk is jdk1.4.2_03
I have been build a webapp module, but i can not use these tags: include, import in jsp file, because these tag all error highlight in red color, why? my target jdk is jdk1.4.2_03
It all works fine, if it's your first time using IDEA 4, you should look at the J2EE forum, there are some new things to setup before the tags work, including making sure the tag lib is part of your libraries included in the module, these can either be project, module or global libs.
In the J2EE forum there is a lot of explanation on how to set this up right.
No anyone known this problem?
1) It's Sunday today so I guess there's less traffic on the forum :)
2) Last time I tried the tags you mentioned worked fine for me. Try reviwing again all your Web-module settings.
qfweng wrote:
It all works fine, if it's your first time using IDEA 4, you should look
at the J2EE forum, there are some new things to setup before the tags
work, including making sure the tag lib is part of your libraries
included in the module, these can either be project, module or global libs.
In the J2EE forum there is a lot of explanation on how to set this up right.
R