I've figured out what the strange hidden inputs are about. The only big issue I have is why type="checkbox" is repeated. This might not seem like a big problem, but I sometimes have to run the generated HTML through an XML parser. This is a first step to converting it to a JSON string to return an XMLHTTP request. The problem is that the XML parser barfs on the duplicate attribute. It's very picky.
Anyone know why the duplicate type= or how to stop it? Thanks again --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
