Am I just blind or is anyone else having problems with tablib support with 4.5?
Hi all,
I'm almost sure that it must be a configuration issue but I'm not able to
find where it could be.
I do have a web module configured which is pretty fine except the following
problem:
Whe opening a JSP I see "Cannot resolve tag library" and every custom tag is
marked red
The weird thing is that if I configure exactly the same web module with 4.03
(different partition/OS) the taglib support works just fine.
The page looks like:
<%@ taglib uri="fx-application" prefix="fx" %>
...
<fx:message key="pageFragment.detail.pageTitle" />
Any idea about that or am I just missing something?
I think my web module setup is correct because it works with 4.03.
Thx in advance
Please sign in to leave a comment.
I have a similar problem. Mine is in Ant script. Cactus framework tags,
for example, are red but I can run the script perfectly.
Franklin.
RK wrote:
Hi Franklin,
seems like nobody else is having those kinds of problems...
How about you, did you managed it?
How do you include your TLD.
I forgot to mention that there I have a correct enty for the taglib uri in
web.xml.
I already tryed it ba mapping an external ressource but nothing happend.
Any ideas?
"Franklin" <farj@bol.com.br> schrieb im Newsbeitrag
news:cetqtt$6ne$1@is.intellij.net...
>
>
to
following
tag is
4.03
Hi RK,
I still have the problem. It's not exactly a problem because I can run
the script. But I can't use CTRL+SPACE with Cactus tags.
What I have in my script is something like this:
...
]]>
...
<cactus warfile="test.war" printsummary="on" fork="on" dir="$"
showoutput="true">
...
]]>
...
The tags "cactus", "jvmarg", "formatter" and "test" are red. When I let
the caret over the "cactus" tag, it says "Element cactus is not allowed
here" and when I let it over the other ones, it says "Cannot resolver
symbol xxx" (xx is one of the "jvmarg", "formatter" or "test").
:(
Any idea? :)
Franklin.
RK wrote:
>>I have a similar problem. Mine is in Ant script. Cactus framework tags,
>>for example, are red but I can run the script perfectly.
>>
>>Franklin.
>>
>>RK wrote:
>>
>>>Hi all,
>>>
>>>I'm almost sure that it must be a configuration issue but I'm not able
>>>find where it could be.
>>>
>>>I do have a web module configured which is pretty fine except the
>>>problem:
>>>
>>>Whe opening a JSP I see "Cannot resolve tag library" and every custom
>>>marked red
>>>
>>>The weird thing is that if I configure exactly the same web module with
>>>(different partition/OS) the taglib support works just fine.
>>>
>>>The page looks like:
>>>
>>><%@ taglib uri="fx-application" prefix="fx" %>
>>>...
>>><fx:message key="pageFragment.detail.pageTitle" />
>>>
>>>
>>>Any idea about that or am I just missing something?
>>>I think my web module setup is correct because it works with 4.03.
>>>
>>>
>>>Thx in advance
I am having the same problem. The wierd thing is that yesterday, everything was working fine including tag completion. However, today, after I auto-updated some plugins, completion for the tag libs stopped working.
Never mind. The problem was that the tlds did not exist anymore in the location which was alluded to by web.xml.