Re: Blank screen except these characters: dispatch(); }

2011-02-17 Thread zzella
e/ 7.0.517.44 Safari/534.7" 78.X.X.X - - [17/Feb/2011:00:20:38 +0100] "GET /js/applicants/ applicant_index.js HTTP/1.1" 304 - "http://myclientsserver.fr/ applicants" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44

Re: Blank screen except these characters: dispatch(); }

2011-02-10 Thread zzella
browser screen (ie "dispatch(); }" ) Would appreciate any ideas on why my page is getting served like this occasionally? On Feb 10, 6:20 pm, zzella wrote: > Occasionally I get a blank screen instead of the view I should be > seeing. > The only thing on the screen is the text: > di

Blank screen except these characters: dispatch(); }

2011-02-10 Thread zzella
Occasionally I get a blank screen instead of the view I should be seeing. The only thing on the screen is the text: dispatch(); } No part of the view appears. When I refresh the page the "dispatch(); } " text goes away and the normal view appears. It happens randomly and to different views. Seems

Re: Make required css class not appear on edit page

2011-01-12 Thread zzella
Aha, a simple solution to every problem :-) That does the trick. Thanks! Ella On Jan 11, 8:39 pm, cricket wrote: > On Tue, Jan 11, 2011 at 1:25 PM, zzella wrote: > > Hi, > > > I have a model where a field is required on the Add (create) page but > > can be empty on

Make required css class not appear on edit page

2011-01-11 Thread zzella
Hi, I have a model where a field is required on the Add (create) page but can be empty on the Modify (update) page. My model specifies the field should be not-empty on create only, but the "required" css class (red asterisk) still gets added on the modify page. How do I make this a non-required f