I can't update value displayed in the current interface

  • 5 January 2006
  • 4 replies
  • 0 views

Badge +2
- I bind a K2Textbox control with a datafield.
- This datafield has own value
- When I load an ASPX form containing the K2Textbox, the control show the value of the datafield but when I change value for the text box, the interface showed changed value . When I submit the form, it doesn't update the changed value. It gets old value of the datafield.

Anyone has been met this problem, pls. show me the way to solve my problem!

4 replies

Badge +11
Did the submit actually go through?

Any errors?

Have a look at the Error Profiles in K2.net Service Manager. Also have a look at K2Error.txt in 'C:Program FilesK2.net 2003Bin'.

Regards,
Ockert
Badge +2
error log file doesn't have any error. but I don't know why I can't update the updated value in the interface. The interface load updated value but when I submit, It still gets old value. I have to check all value according to the time in data audit of K2 workspace
Badge +11
Are you saying that the Audit trail shows both the NewValue and the OldValue?

Regards,
Ockert
Badge +2
Yes,

How can I have to do to get the new value to display in the next activity?

I face more problem: for radio check box, if I selected a default value in a collection and bind with a datafield . when I load the form, it show the value of the binded datafield but when submitting it gets the default value of a collection.

Reply