facebook

Struts1.1 Tags Usage in jsp

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250629 Reply

    Somu_Eclipse
    Member

    Dear Sir/Madam,

    I have used some struts tags like <html:errors/>, <html:text/> etc. in our jsp pages. I have used struts 1.1. But while building, it shows following error messages related to all struts tags:

    Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.IncludeTei. NOTE: No JSP line number was avaliable so line 1 was used for the marker.

    Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.CookieTei. NOTE: No JSP line number was avaliable so line 1 was used for the marker.

    Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.DefineTei. NOTE: No JSP line number was avaliable so line 1 was used for the marker.

    Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.HeaderTei. NOTE: No JSP line number was avaliable so line 1 was used for the marker.

    Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei. NOTE: No JSP line number was avaliable so line 1 was used for the marker.

    Note:
    javax.servlet.jar and javax.servlet.jsp.jar are in the classpath (j2ee1.4 lib)
    struts.jar and struts-legacy.jars are in the classpath
    all tags are configured in web.xml file
    to avoid duplication of servlets api, i have not used servlet.jar of jre library(1.4.2_06).

    If anyone knows, please let me know how resolve this problem.
    Please let me know how does this work internally.

    Thanks and regards,

    Somu

    #250755

    Riyad Kalla
    Member

    From this thread: https://www.genuitec.com/forums/topic/struts1-1-tags-usage/&highlight=

    it looks like you have the wrong version of the J2EE jars in your class path. Even though you said you have the J2EE 1.4 JARs, you might want to double check you have the right jsp.jar file in your classpath.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Struts1.1 Tags Usage in jsp

You must be logged in to post in the forum log in