• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sorting Problem in JSP

 
Ranch Hand
Posts: 246
Firefox Browser Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just want to create a sample application which can display the table data in grid with headings of the column. And when i click the column the data has to sort according to the column. So i found this DISPLAY TAG in google i try to use it but giving exception
My code is
In Servlet i am getting list of my table data and place it in a session the list is getting correctly


Jsp page:

Exception:


I have added commons-beanutils1.82.jar,Displaytag-1.2.jar,log4j-1.29.jar to my project path and i placed them in lib folder under WEB_INF folder.
FYI: I am using JDEVELOPER 11, Oracle Database
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are all those files present inside the WEB-INF/lib inside the app in the server? It's not WEB_INF...
 
mallikarjun dontamsetti
Ranch Hand
Posts: 246
Firefox Browser Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry my mistake, the jar files are in WEB-INF/lib folder only. But it is still showing same error
 
reply
    Bookmark Topic Watch Topic
  • New Topic