I checked the Java DOC, and it looks like
org.apache.struts.util.RequestUtils.computeURL() is deprecated.

Khalid

----- Original Message -----
From: "Greg Hess" <[EMAIL PROTECTED]>
To: "Struts" <[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 10:33 AM
Subject: Migrating 1.1b2 to 1.1rc1


> Hi All,
>
> I am migrating my Struts 1.1b2 web app to 1.1rc1 to take advantage of
> the new requiredif validation rule. I have removed all struts libs and
> all taglib tld's and replaced with the new ones provided with the
> struts-blank.war in the rc1 distribution.
>
> When I try and access my web app the first page gives me the following
> error:
> java.lang.NoSuchMethodError:
> org.apache.struts.util.RequestUtils.computeURL(Ljavax/servlet/jsp/PageCo
> ntext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/S
> tring;Ljava/util/Map;Ljava/lang/String;Z)Ljava/lang/String;
>         at
> org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:495)
>         at
> org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:353)
>         at
> _shared._header__jsp._jspService(/wbwebsite/shared/header.jsp:45)
>         at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
>         at com.caucho.jsp.Page.subservice(Page.java:485)
>         at
> com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182
> )
>         at
> com.caucho.server.http.Invocation.service(Invocation.java:312)
>         at
> com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
>         at
> com.caucho.server.http.QRequestDispatcher.include(QRequestDispatcher.jav
> a:360)
>         at
> com.caucho.server.http.QRequestDispatcher.include(QRequestDispatcher.jav
> a:267)
>         at com.caucho.jsp.QPageContext.include(QPageContext.java:538)
>         at _home._index__jsp._jspService(_index__jsp.java:28)
>         at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
>         at com.caucho.jsp.Page.subservice(Page.java:485)
>         at
> com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182
> )
>         at
> com.caucho.server.http.Invocation.service(Invocation.java:312)
>         at
> com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
>         at
> com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:221)
>         at
> com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163
> )
>         at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
>         at java.lang.Thread.run(Thread.java:536)
>
> I am not sure what I am doing wrong, any help much appreciated.
>
> Thanks,
> Greg
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to