• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

sort a head

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MY application have a table named Test
in jsp page shows thru the action then displays the details of a person
Test table contains id,name,designation,experience . i have 10 records in this
table.
id name designation experience
1 Anil Software Engineer 4
2 Benil Project Leader 10
3 Anilmon Designer 3
4 Rajesh Software Engineer 5
5 Manoj Content writer 2

in my problem
in struts jsp , when i clicking on the heading it will needed to sort listed
on the click head.

how to solve this?
please help me with source code.
thank you
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic