How do I pass disabled input elements from page 1 to page 2 in Catalyst?
How do I pass disabled input elements (TT) from page 1 to page 2 in Catalyst framework?
I can do it wit开发者_如何学运维h hidden input. Is there any other way to handle it?
From the specification
Disabled controls cannot be successful.
If you want to submit a disabled control, then you are probably doing it wrong. You probably want to use readonly instead.
精彩评论