on 2016 Sep 09 9:46 AM
Good Day.
Does anyone know a solution on this issue ?
Replication steps:
1. Webdynpro setup
a. Within the same view, Create two TextEdit elements and link to context
b. Set the heightmode to resizable on both UI Elements
c. Create a button to trigger a round trip
2. Issue replication
a. Click on first TextEdit elements, Enter a value
b. Click on the second TextEdit elements, Enter a value
c. Click on the first TextEdit elements, Enter a value
d. Trigger a round trip by pressing the button. ** This results in the value stored in the second TextEdit element to be discarded **
Request clarification before answering.
Hi..
In the action of that button or wddinit method of view ,clear the attribute of second text-edit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you clearly not understanding my issue,
Both Text Edits are bound to two different component controller attributes...
If you set the value of the heightmode in both the text-element UI elements to = resizable, as per the original post ** Note I am not referring to the Binding of where the actual text should be stored on the component controller *** and follow the steps to as per the original post, you will hopefully see that text is lost when doing a round trip. The issue does not have anything to do with the binding to the component controller attributes, this is correct. The issue is when setting the heightmode = resizable on the UI element and following a certain sequence. If the UI value for height mode is NOT changed to resizable on both elements, then the values ARE retained.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.