cancel
Showing results for 
Search instead for 
Did you mean: 

table at runtime

Former Member
0 Kudos

Hi

i devolped simple appllication that having the table .

the attributes in context set as diff UI element like DDBK,textedit etc..

but in design time it shows what i made change .but when i deployed to server the output is coming all fileds in textview only.

can any body tell me ....

what happend here.

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hi Jagan,

If I am not wrong, you want to show different UI elements in table? like drop downs and text edits in table. right?

Hope you followed like this....

1) created a table. 2) created a table column 3) right click on table column and select Insert tableCellEditor

4) from there selected a drop down or text edit and so on..... and bind the UI elements to context attributes.

If you didnt do like this, please try doing this.

If you already did the same, then follow the above solutions provided above.

PradeeP

Former Member
0 Kudos

Hai to Pradeep and Tulasi.

Thanks for reply ...

i done as u said but iam not able to see my fields in table and as well as by using form templete also.

what i did is created new project and under view context taken 3 attributes.

and choosen layout in that select form templete and bind the existing attributes ,

assigned the ui element what i want.

that is displayed in design time but when deployed it will be disable mode and ui element are not affected.

PradeepBondla
Active Contributor
0 Kudos

Hi,

Change the cardinality of the table to 1..n and context attribute of mapped ui elements to 1..1

table and UIs will be displayed.

are you populating any data in the table? if yes from where and how?

PradeeP

Former Member
0 Kudos

Hi Jagan please check the cardinaliy and from where you are populating the data into table?

thanks,

Tulasi

Former Member
0 Kudos

Thanks pradeep and Tulasi..

now i can able to in runtime also....

such a simple mistake i done that.

thanks.. thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

close your browser. clear history/ cache/ cookies.

Restart your netweaver studio also J2E server.

and deploy again.

It should work. or also try deleting your old war file of your project from your J2E server.

Regards,

Yogesh...

Former Member
0 Kudos

Hi

First save all metadata and rebuild the project eventhough you are getting the same error just close the project and then open the specific project and run it.sure it will work.

Thanks,

Tulasi Palnati

Former Member
0 Kudos

Hi.

jus make sure that u have saved all the meta data and rebuild the project and deploy new archive and run.

Regards,

Satya.

Edited by: Satya on Aug 4, 2008 7:09 AM