Hi, I noticed the following 'error' during coding of some jsp pages with included custom taglibs.
Sample code look like the following (partly): ++++++++++ <%@page contentType="text/html" import="..."%> <%@taglib uri="http://www.usmedia.nl/taglibs/news" prefix="news"%> // fetches a news object with the specified id <news:get id="news" newsId="100"/> <% String test = news.getTitle(); %> +++++++++++ What happens in the editor is it won't recognize the 'news' object and thus will put a red line in the side bar. I see this is a difficult one. For the editor to recognize the id 'news' as a object available it has to know about the news.tld file. So maybe a suggestion is to add tld files to the defined classpath of the project? This way the editor knows about the tld files. I do not now if this is a feature missing or maybe me doing something wrong? It is not a very big issue. It just looks like there is a jsp file invested with bugs whil ein fact it runs smooothly. Sincerely, Joel Wijngaarde -- Us Media t: +31 20 428 6868 f: +31 20 470 6905 w: http://www.usmedia.nl _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
