I have a jspx with "t:inputCalendar" wrapped within a "h:form". In this form I also have an "a4j:commandButton" that renders only the form. When I press the a4j button the page loses the components.
In the console I see: 21:06:04,281 WARN [DefaultAddResource] Response has no <head> or <body> tag I saw that in "org.apache.myfaces.renderkit.html.util.AddResource" the method writeWithFullHeader tries to find the "head" or "body" tags in the HTML sent to the server but because this is an ajax request the page is only partial and I don't have the "head" and "body" tags. How can I integrate components that use AddResource with ajax? -- View this message in context: http://www.nabble.com/Components-using-AddResource-and-Ajax-tf2327346.html#a6474728 Sent from the MyFaces - Users mailing list archive at Nabble.com.

