0

私はちょうどこれを手に入れました:

<taglib xmlns="http://java.sun.com/xml/ns/j2ee" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">

http://docs.oracle.com/javaee/1.4/tutorial/doc/JSPTags6.htmlからtld ファイルで使用しますが、入力中に Eclipse が子タグを認識しません (オートコンプリートが機能しません)。

この上の代わりに:

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">

うまくいきます。なぜ?

4

1 に答える 1