dynamic web project + struts [message #187054] |
Fri, 26 January 2007 11:15  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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
|
|
|
Re: dynamic web project + struts [message #187107 is a reply to message #187092] |
Fri, 26 January 2007 15:10  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03735 seconds