Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using a custom tags library deployed as a jar file. When using this lab in a jsp I have following problem: *_tag cannot be resolved to a type for tags that are NOT used in this specific JSP.

I am using websphere 10.3 as my application server. Any ideas how to solve this issue ? Mayby I can precompile the tag files and package them in my taglib jar ? How to achieve that ?

example:

<%@ taglib prefix="e" uri="http://our.domain.com/tags-e" %> 
<e:div  styleId="xxx" action="prototype" autoload="false"> 
    json content is loaded here 
</e:div>

In this example e:div is compiled and there is an error for e:link tag not used on this page. Thanks in advance for any hints.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.