This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
Parameter conversion and set attribute "inconsistency" #174
StefanoTesla
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
probably doesen't care, since getAttribute return always a String... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I read a parameter, i can convert it, that's nice!
But, if I want to pass it as request attribute I have others options:
Can you consider to add int on the setParameters input value?
The work around is little adding a static_cast ex: request->setAttribute("hello", static_cast(10));
Beta Was this translation helpful? Give feedback.
All reactions