[Bese-devel] javascript suppression?

hbabcockos1 at mac.com hbabcockos1 at mac.com
Fri Jul 14 01:04:49 UTC 2006


Hello,

If I define a component as:

(defcomponent flashcard (simple-window-component)
   ((content :accessor content
		 :initform nil))
   (:default-initargs
     :title "Test"
     :content-type "text/html; charset=utf-8;"
     :javascript nil))

When I look at the generated html I see that it adds both "dojo.js"  
and "per-application.js". I thought that setting ":javascript nil"  
might suppress javascript, but apparently it does not. Is there a way  
to specify that you want a "pure" HTML app? I'm using "<ucw:simple- 
form" for my forms so I don't think I need javascript.

thanks,
-Hazen




More information about the bese-devel mailing list