facebook

struts on weblogic8.1

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

    PKKALLA
    Member

    Hi Experts:

    I deployed a very simple JSP/struts 1.1 on weblogic8.1 and I am getting the following error

    __________________________________________________________________________

    /form/userLogin.jsp(3): Could not parse deployment descriptor: java.io.IOException: cannot resolve ‘http://jakarta.apache.org/struts/tags-bean’ into a valid tag library
    probably occurred due to an error in /form/userLogin.jsp line 3:
    <%@ taglib uri=”http://jakarta.apache.org/struts/tags-bean&#8221; prefix=”bean” %>

    __________________________________________________________________________

    Any suggestion?

    Thanks,
    Praveen

    #268318

    Riyad Kalla
    Member

    Praveen,
    Are you sure the Struts JARs are getting deployed correctly with the project? If so, double check that you added Struts 1.1 JARs to your project and didn’t accidentally add Struts 1.2 (the URI for the taglibs changed between Struts 1.1 and 1.2)

    #268382

    PKKALLA
    Member

    @support-rkalla wrote:

    Praveen,
    Are you sure the Struts JARs are getting deployed correctly with the project? If so, double check that you added Struts 1.1 JARs to your project and didn’t accidentally add Struts 1.2 (the URI for the taglibs changed between Struts 1.1 and 1.2)

    I think you are correct. The project might have got corrupted. I created another project and it works.

    Thanks a bunch.

    #268399

    Riyad Kalla
    Member

    Glad it’s working now.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: struts on weblogic8.1

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