cancel
Showing results for 
Search instead for 
Did you mean: 

Steps in showing a Tableview in BSP using MVC

Former Member
0 Kudos

Hi,

What are the steps involved in displaying a internal table as a Tableview ( non-editable),

on a BSP application using MVC architecture.

I have used the select query to populate the internal table, and passed it on as a :

<htmlb:tableView id="qual_info"

table="//model/mt_qual_info"

headerVisible="TRUE"

headerText="Quality Information"

sort = "Server"

visibleRowCount = "5"

onRowSelection = "onRowSelection">

</htmlb:tableView>

But its constantly giving me error ,, "Invalid page format ".

Regards,

Gautam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I am able to show the Tableview, by modifying the table type it was refering to,

now the issue i am facing is that, while one Tableview shows all the contents ,, the other tableview doesnt have any semblance of data.

In one of the fields data is shown truncated.

How do i resolve the issue

raja_thangamani
Active Contributor
0 Kudos

Could explain in detail with code to anylyze the issue?

Raja T

former_member189058
Active Contributor
0 Kudos

Hi Goutam

try using table="<%=model->mt_qual_info%>"

Regards

Reema