Jump to content
We've recently updated our Privacy Statement, available here ×

how can i create customize table and value from JRBeanCollectionDataSource


udumanajmeer

Recommended Posts

For this scenario, i have VO class and i have set value from table for a single student. But  i have got three list for single student, Why because that student completed two UG courses and one PG course.

My VO class is:

private string ugname;

private string uguniversity;

private string ugyearOfComplete;

private string pgname;

private string pguniversity;

private string pgyearOfComplete;

and getter setter method. but i need output like this.

Education Details: 

Under Graduation1:

Name

B.A History

University

Xxx University

Year of Completion

2004

Place

Xxxx place

Percentage

68%

 

Under Graduation2:

Name

B.C.A

University

Yyy University

Year of Completion

2007

Place

Yyyy place

Percentage

82%

 

Post Graduation:

Name

M.C.A

University

Zzzz University

Year of Completion

2010

Place

Zzzz place

Percentage

93%

what i do for this scenario any one can help me

Advance thanks...

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...