Replies: 1 comment
-
After troubleshooting, it turned out that the issue was caused with my something on my system interfering with CLOG. A package resulted in a situation where CLOG was not emitting the ' :name "thisname" ' property and resulted in two issues:
The solution was to find the problem package in my ~/common-lisp folder, remove it, and reload my app. Here is a sample working radio button form similar to the one in Tutorial 09 for future reference:
I hope this is a helpful note for someone in the future. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I looked at all the tutorials with radio / check boxes and I cannot find an example of creating forms with radio buttons that works. I have the following sample for reference:
Details:
So far I have used create-form-elements without a form and just grabbed values of whatever field I needed and that has been fine. But radio buttons (and checkboxes) are stumping me.
Any links that I can review?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions