Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » dynamic web project + struts
dynamic web project + struts [message #187054] Fri, 26 January 2007 11:15 Go to next message
Eclipse UserFriend
Originally posted by: hicham.dev.menara.ma

Hello
I 've created a new dynamic web projects using struts, I've included the
struts libraries (.jar) in Web app libraries build path, I've imported
the .tld files in WEB-INF, but I'm getting warnings in .jsp files (
unknown tag )
how do I get the struts costum tags "recognized" ?

thanks

hicham
Re: dynamic web project + struts [message #187092 is a reply to message #187054] Fri, 26 January 2007 13:25 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

hicham wrote:
> Hello
> I 've created a new dynamic web projects using struts, I've included the
> struts libraries (.jar) in Web app libraries build path, I've imported
> the .tld files in WEB-INF, but I'm getting warnings in .jsp files (
> unknown tag )
> how do I get the struts costum tags "recognized" ?

Do your JSP files have the correct taglib directives in them to use
the struts libraries?

--
Nitin Dahyabhai
Structured Source Editor


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: dynamic web project + struts [message #187107 is a reply to message #187092] Fri, 26 January 2007 15:10 Go to previous message
Eclipse UserFriend
Originally posted by: hicham.dev.menara.ma

Nitin Dahyabhai wrote:
> hicham wrote:
>> Hello
>> I 've created a new dynamic web projects using struts, I've included
>> the struts libraries (.jar) in Web app libraries build path, I've
>> imported the .tld files in WEB-INF, but I'm getting warnings in .jsp
>> files ( unknown tag )
>> how do I get the struts costum tags "recognized" ?
>
> Do your JSP files have the correct taglib directives in them to use the
> struts libraries?
>
> --
> Nitin Dahyabhai
> Structured Source Editor
thanks for replying

yes I do have directives

<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>

hicham
Previous Topic:WTP 2.0 M4 Declared
Next Topic:XML Editor use in WTP 1.5.2 -
Goto Forum:
  


Current Time: Tue Apr 16 23:12:31 GMT 2024

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

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

Back to the top