ActionForm data
#4345
-
|
i have problem with deserializing form data, please take look at here: |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Sep 28, 2025
Replies: 2 comments 1 reply
-
|
You are telling it to deserialize a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MFJoyBoy
-
|
i am sharing data models between several crates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are telling it to deserialize a
NewCreatebut you've named the fields to deserialize aCreateNew, which is the struct of server fn arguments. Change this toCreateNewand it should be fine.