Re: Edit forms in Internet Explorer

2008-09-13 Thread chicklin
Wow, that's pretty obscure. Yes, I'm using mod_auth_sspi. It was so easy to set up, I hate to change to LDAP, but it looks like that's going to be necessary. Thanks for the suggestion, I'll give it a try. On Sep 12, 6:32 pm, Niko <[EMAIL PROTECTED]> wrote: > I was having the exact same problem

Re: Edit forms in Internet Explorer

2008-09-09 Thread chicklin
'view', $this->data['Domain']['id']));?> create('Domain');?> input('id'); echo $form->input('name'); echo $form->input('username', array('labe

Edit forms in Internet Explorer

2008-09-09 Thread chicklin
Hello, using cake_1.2.0.7296-rc2 under Apache/PHP5/Windows I'm having a problem where when I submit a form to edit a database entity, the controller sometimes does not recognize $this->data as being set and sends me back to the orignal edit form. The weird thing is, that if I try it a couple tim