I have been using the displayTag 1.0.b-1.jar and
displaytag-1.0.jar for my web application which is
developed using Java 1.4. But when I tried to deploy
my application on a platform which has Java 1.31, the
following error appears.

 

<11-Jan-06 07:56:51 GMT> <Error> <HTTP> <101017>
<[ServletContext(id=2835309,name=Ph2A_GUI,context-path=/Ph2A_GUI)]
Root cause of ServletException

java.lang.NoSuchMethodError

        at
org.displaytag.tags.TableTag.doEndTag(TableTag.java:752)

        at
jsp_servlet._jsp.__search._jspService(__search.java:494)

        at
weblogic.servlet.jsp.JspBase.service(JspBase.java:27)

        at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:462)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)

        at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)

        at
weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)

        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)

        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)

        at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)

        at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)

Please find below the code snippet

<display:table name="test" styleclass="style10 style12
is-style" defaultsort="1" pagesize="10" sort="list"
decorator="org.dis

playtag.sample.Wrapper" >

  <display:column property="ftipCid"  class="odd"
title="CID/FTIP" sort="true" align="left"
sortable="true" styleclass="white

space: nowrap;" paramId="test" paramProperty="ftipCid"
href="customerdetails.jsp"/>

  <display:column property="customerName" class="even"
 title="Customer Name" sort="true" sortable="true"
align="left" stylec

lass="whitespace: nowrap;"/>

  <display:column property="customerSub" class="odd"
title="Customer Sub" sort="true" sortable="true"
maxLength="20" maxWords

="3" align="left" styleclass="whitespace: nowrap;" />

  <display:column property="serviceType"  class="odd"
title="Service Type"  sort="true" sortable="true"
align="left" stylecla

ss="whitespace: nowrap;"/>

  <display:column property="serviceProvider"
class="even" title="Service Provider" sort="true"
sortable="true" align="left" s

tyleclass="whitespace: nowrap;"/>

  <display:column title="Site Details" class="even"
value="details" paramId="custid"
paramProperty="ftipCid" href="viewSites.

jsp"  />

  <display:setProperty name="paging.banner.item_name"
value="Customer"/>

  <display:setProperty name="paging.banner.items_name"
value="Customers"/>

</display:table>

Kindly suggest

Thanks and Regards,
Rohit S


Send instant messages to your online friends http://in.messenger.yahoo.com 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to