Skip to content

ActionHandlers Client to Server #1252

Answered by tortmayr
JValGLZ asked this question in General
Feb 16, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @JValGLZ,

As of now, I have a working handler that gets user input and stores it inside the action through the client. The next part is, that I want to send this to the server so that it can analyze the expression given by the user and return a result

I would recommend to split this into two actions, let's call them MyTestActionVersionTwo and MyTestActionVersionTwoResult for now.
On the client you than handle the MyTestActionVersionTwo and derive the MyTestActionVersionTwoResult from that (stores the user input) and then you send this action to the server.

On the server you have to register a handler for the result action:

// Define your action
public class MyTestActionVersionTwoResult 

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JValGLZ
Comment options

@tortmayr
Comment options

@JValGLZ
Comment options

Answer selected by JValGLZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants