Unable to save data to Database table

hii all,

in a editable grid i am fetching backend data by selecting a product name ,if i have selected product name then in next field the respected product description should come , after filling all the fields in editable grid i am going to submit and updating a data base , here every field  of editable grid is storing except the product description, respected product description is showing in the grid layout but its not storing in to data base ,but if i edit that product desciption and  submitting then its storing in the database . please help me 

my requirement is to fetch product description by selecting a product name in grid and storing it in to the database

thanks and regards,

b ramesh babu

  Discussion posts and replies are publicly visible

Parents Reply
  • hii sangeetha,

    i am passing correct values only, i am using process model , here what happening is in interface , i am fetching product description from backend data table , if i have selected a product name in editable grid then the respected product description is coming in the product description field , but it is not storing in the local variable , when ever i am just editing that description then its storing and as well as saving into the main data table i dont know whats going there

Children