You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Maya Muchnik <mm...@pumatech.com> on 2001/02/14 20:26:45 UTC

[Fwd: Re: Taglib URI error in Weblogic60]

Guys, you are very good! Please help Mark.

-------- Original Message --------
     Subject: Re: Taglib URI error in Weblogic60
        Date: Wed, 14 Feb 2001 14:22:41 -0500
        From: Maya Muchnik <mm...@pumatech.com>
    Reply-To: taglibs-user@jakarta.apache.org
Organization: Puma Technology
          To: taglibs-user@jakarta.apache.org
  References: <00...@corp.outerforce.com>

The last my attempt.
Mark,
Do you have "-" in the following or this is your typing:

in jsp

        -<%@ taglib uri="taglib" prefix="input" %>

in web.xml

        -<?xml version="1.0" ?>

Maya

Mark Scott wrote:

> >Try to use "/taglib" instead of "taglib" in both
> >your JSP pages and and web.xml. Also make sure the "taglib.tld"
> >file is actually under the directory "WEB-INF" of your web
> application
>
> All these are true, I've tried numerous combinations, still the mesg
> persists
> my jsp is under my webapp root
> the web.xml & taglib.tld are both in WEB-INF
> see my code below..
>
> Can anyone help with this ?
>
> -----Original Message-----
> From: Hui Lin [mailto:hlin@cysive.com]
> Sent: Wednesday, February 14, 2001 1:35 PM
> To: taglibs-user@jakarta.apache.org
> Subject: RE: Taglib URI error in Weblogic60
>
> Try to use "/taglib" instead of "taglib" in both
> your JSP pages and and web.xml. Also make sure the "taglib.tld"
> file is actually under the directory "WEB-INF" of your web application
>
> Hui Lin
>
> -----Original Message-----
> From: Mark Scott [mailto:mscott@outerforce.com]
> Sent: Wednesday, February 14, 2001 12:17 PM
> To: taglibs-user@jakarta.apache.org
> Subject: Taglib URI error in Weblogic60
>
> Hi All,
> having some trouble deploying my custom Tag, this is the error...
> thanks in advance
> Parsing of JSP File '/test/tagpage.jsp' failed:
> /test/tagpage.jsp(1): Could not parse deployment descriptor:
> java.io.IOException: cannot resolve 'taglib' into a valid tag library
> probably occurred due to an error in /test/tagpage.jsp line 1:
> <%@ taglib uri="taglib" prefix="input" %>
>  ------------------------------
> my directories look like this
>
> myserver
>         test
>             - tagpage.jsp
>
> WEB-INF
> -web.xml
> -taglib.tld
> -------------------------------
> my code:
>
> in jsp
>
>         -<%@ taglib uri="taglib" prefix="input" %>
>
> in web.xml
>
>         -<?xml version="1.0" ?>
>         <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
> Application
> 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
> <web-app>
>         <taglib>
>                 <taglib-uri>taglib</taglib-uri>
>                 <taglib-location>/WEB-INF/taglib.tld</taglib-location>
>
>         </taglib>
> </web-app>

Re: [Fwd: Re: Taglib URI error in Weblogic60]

Posted by Maya Muchnik <mm...@pumatech.com>.
Sorry to bother you again. It was a problem with web.xml file. The
problem was correct.

Maya Muchnik wrote:

> Guys, you are very good! Please help Mark.
>
> -------- Original Message --------
>      Subject: Re: Taglib URI error in Weblogic60
          Date: Wed, 14 Feb 2001 14:22:41 -0500
          From: Maya Muchnik <mm...@pumatech.com>
      Reply-To: taglibs-user@jakarta.apache.org
  Organization: Puma Technology
            To: taglibs-user@jakarta.apache.org
    References: <00...@corp.outerforce.com>
>
> The last my attempt.
> Mark,
> Do you have "-" in the following or this is your typing:
>
> in jsp
>
>         -<%@ taglib uri="taglib" prefix="input" %>
>
> in web.xml
>
>         -<?xml version="1.0" ?>
>
> Maya
>
> Mark Scott wrote:
>
>> >Try to use "/taglib" instead of "taglib" in both
>> >your JSP pages and and web.xml. Also make sure the "taglib.tld"
>> >file is actually under the directory "WEB-INF" of your web
>> application
>>
>> All these are true, I've tried numerous combinations, still the mesg
>>
>> persists
>> my jsp is under my webapp root
>> the web.xml & taglib.tld are both in WEB-INF
>> see my code below..
>>
>> Can anyone help with this ?
>>
>> -----Original Message-----
>> From: Hui Lin [mailto:hlin@cysive.com]
>> Sent: Wednesday, February 14, 2001 1:35 PM
>> To: taglibs-user@jakarta.apache.org
>> Subject: RE: Taglib URI error in Weblogic60
>>
>> Try to use "/taglib" instead of "taglib" in both
>> your JSP pages and and web.xml. Also make sure the "taglib.tld"
>> file is actually under the directory "WEB-INF" of your web
>> application
>>
>> Hui Lin
>>
>> -----Original Message-----
>> From: Mark Scott [mailto:mscott@outerforce.com]
>> Sent: Wednesday, February 14, 2001 12:17 PM
>> To: taglibs-user@jakarta.apache.org
>> Subject: Taglib URI error in Weblogic60
>>
>> Hi All,
>> having some trouble deploying my custom Tag, this is the error...
>> thanks in advance
>> Parsing of JSP File '/test/tagpage.jsp' failed:
>> /test/tagpage.jsp(1): Could not parse deployment descriptor:
>> java.io.IOException: cannot resolve 'taglib' into a valid tag
>> library
>> probably occurred due to an error in /test/tagpage.jsp line 1:
>> <%@ taglib uri="taglib" prefix="input" %>
>>  ------------------------------
>> my directories look like this
>>
>> myserver
>>         test
>>             - tagpage.jsp
>>
>> WEB-INF
>> -web.xml
>> -taglib.tld
>> -------------------------------
>> my code:
>>
>> in jsp
>>
>>         -<%@ taglib uri="taglib" prefix="input" %>
>>
>> in web.xml
>>
>>         -<?xml version="1.0" ?>
>>         <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
>> Application
>> 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
>> <web-app>
>>         <taglib>
>>                 <taglib-uri>taglib</taglib-uri>
>>
>> <taglib-location>/WEB-INF/taglib.tld</taglib-location>
>>         </taglib>
>> </web-app>
>

Re: Forwarding an action to multiple JSPs

Posted by Rob Leland <Ro...@freetocreate.org>.
You can probably get javascript to update the parent
frame. I did this in a previous project but now avoid
frames, even if the speed up page reloads.



Shad wrote:
> 
> Is there a way to forward a request to more than on
> JSP from the same action class, and have the JSPs
> updated different frames?
> 
> Scenerio:
> When a user logs into the system and the login request
> gets forwarded to the "LoginAction" class, I would
> like to forward this request to two JSPs: 1.) To
> perform the normal authentication routine and display
> the resulting success/failure message to a particular
> frame, and 2.) to get a list of the users currently
> logged into the system and display it in a separate
> frame.
> 
> Any help/pointers would be greatly appreciated.
> 
> Shad.
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/

AW: Forwarding an action to multiple JSPs

Posted by ol...@epost.de.
We have the same problem. We forward our "success" to a frameset (jsp) with
two frames included that point to different jsps. The  problem we have with
this approach is the fact that we produce three requests and 'loose' our
errors because those are bound to different requests.

Oliver

-- Original Nachricht --

>Is there a way to forward a request to more than on
>JSP from the same action class, and have the JSPs
>updated different frames?
>
>Scenerio:
>When a user logs into the system and the login request
>gets forwarded to the "LoginAction" class, I would
>like to forward this request to two JSPs: 1.) To
>perform the normal authentication routine and display
>the resulting success/failure message to a particular
>frame, and 2.) to get a list of the users currently
>logged into the system and display it in a separate
>frame.
>
>Any help/pointers would be greatly appreciated.
>
>Shad.
>
>__________________________________________________
>Do You Yahoo!?
>Get personalized email addresses from Yahoo! Mail - only $35 
>a year!  http://personal.mail.yahoo.com/
>




Forwarding an action to multiple JSPs

Posted by Shad <ka...@yahoo.com>.
Is there a way to forward a request to more than on
JSP from the same action class, and have the JSPs
updated different frames?

Scenerio:
When a user logs into the system and the login request
gets forwarded to the "LoginAction" class, I would
like to forward this request to two JSPs: 1.) To
perform the normal authentication routine and display
the resulting success/failure message to a particular
frame, and 2.) to get a list of the users currently
logged into the system and display it in a separate
frame.

Any help/pointers would be greatly appreciated.

Shad.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/