1

What I would like to do is the following:

var handler1 app.createClientHandler().
              forTargets(textbox2).setText(textbox1.getText());

However .getText doesn't exist on the client side.

I can get it to work using ServerHandler and e.parameter.textbox1:

v3.setText(e.parameter.textbox1);

Are there other solutions or workarounds?

1 Answer 1

3

No, it's not possible to read the values of widgets in a client handler.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.