There are a couple of stratehies but dependant on javascript for at least one.
1. libs like dojo allow you mark widgets as readonly so you get the same look and feel in most situations (though obviously not the same as with select elements) 2. include the field as readonly. In both cases though you are assuming you can trust the incoming data hasn't been fiddled with in terms of the readonly data. I faced a similiar problem using formish and solved it by getting readonly fields to just display, and using session data to populate the missing fields prior to validation. Rgds T -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/oZ7t6ZtyjPQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
