webtier@glassfish.java.net

JSF 2.0 Ajax "One or more resources have the target of 'head' ..."

From: <webtier_at_javadesktop.org>
Date: Thu, 10 Sep 2009 17:54:37 PDT

I ajax-ified one command link:

              <h:commandLink action="#{GalleryViewerBean.processNextRequest}">
              <f:ajax render="imageb subtitleb" />
                Next
              </h:commandLink>

and now I am getting a message:

"One or more resources have the target of 'head', but no 'head' component has been defined within the view."

Of course I do have:
<f:view>
<head>
  ...
</head>
<body>
  ...
</body>
</f:view>

Any ideas?
[Message sent by forum member 'eddyd' (e_dimitrov_at_yahoo.com)]

http://forums.java.net/jive/thread.jspa?messageID=363661