[Lift] Firefox error in returning a CreatedResponse

2009-11-18 Thread glenn
I'm returning Full(CreatedResponse(form, text/xhtml )) in LiftRules.DispatchPF, where form is just a MetaMapper.toForm node, which works fine in IE but fails in Firefox with the following error. XML or text declaration not at start of entity [Break on this error] div

Re: [Lift] Firefox error in returning a CreatedResponse

2009-11-18 Thread Ross Mellgren
Try turning off the XHTML mime type by putting LiftRules.useXhtmlMimeType = false into your Boot and see if it goes away? -Ross On Nov 18, 2009, at 2:21 PM, glenn wrote: I'm returning Full(CreatedResponse(form, text/xhtml )) in LiftRules.DispatchPF, where form is just a MetaMapper.toForm