Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » ibm contrib - unknown custom tags error
ibm contrib - unknown custom tags error [message #44189] Wed, 15 September 2004 02:42 Go to next message
Eclipse UserFriend
Originally posted by: esav.lanit.ru

Hi all!

The JSP editor seems to not understand custom tags. F.ex. there is error:
IWAK0054E Unknown tag on the <bean:message> tag in the following JSP (all
TLD files are in the appropriate place, and the web application works well).

<%@ page language="java" contentType="text/html; charset=windows-1251"
pageEncoding="windows-1251" %>

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

<bean:message key="some.error" />



Is this a configuration issue?

Thanks in advance,

Egor.
Re: ibm contrib - unknown custom tags error [message #44292 is a reply to message #44189] Wed, 15 September 2004 11:33 Go to previous messageGo to next message
Eclipse UserFriend
> Is this a configuration issue?
>

Nope. It is a known bug according to the thread with subject "IBM
contribution: JSP editor custom tag code assist".

(I couldn't find a way to copy news item link)

In that thread marco points a *fine* solution, at least until the bug
gets fixed. Copy your TLD files to a location C:\WEB-INF on Windows and
/WEB-INF on linux and in your JSP pages point TLD URLs like below:

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

HTH.
/tb.
Re: ibm contrib - unknown custom tags error [message #44573 is a reply to message #44292] Thu, 16 September 2004 01:42 Go to previous message
Eclipse UserFriend
Originally posted by: rob.williams.intersperse.com

Helped me. Thanks!

Tuncay wrote:
>> Is this a configuration issue?
>>
>
> Nope. It is a known bug according to the thread with subject "IBM
> contribution: JSP editor custom tag code assist".
>
> (I couldn't find a way to copy news item link)
>
> In that thread marco points a *fine* solution, at least until the bug
> gets fixed. Copy your TLD files to a location C:\WEB-INF on Windows and
> /WEB-INF on linux and in your JSP pages point TLD URLs like below:
>
> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
>
> HTH.
> /tb.
Previous Topic:[BUGZILLA] - Component: "Java Standard Tools" => "J2EE Standard Tools"
Next Topic:Tabbed properties: How to use the "original" properties-view
Goto Forum:
  


Current Time: Sat May 24 08:51:43 EDT 2025

Powered by FUDForum. Page generated in 0.10599 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top