I have raised a Jira to improve AppFuse/SiteMesh/Ajax integration: http://issues.appfuse.org/browse/APF-1020
It should be possible to create a mapper that prevents XmlHttpRequests from being decorated. Mike On 21/02/2008, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > > The solution is *ajax=true=* > > > On Thu, 2008-02-21 at 16:43 +0000, Michael Horwitz wrote: > > You will need to add an exclude directive to decorators.xml to prevent > > SiteMesh from decorating pages being served for use in ajax requests. > > If decorators.xml is not in your project you will need to either copy > > it over from the target build directory to WEB-INF or use mvn > > war:exploded or use mvn appfuse:full-source to add the source to your > > project (I am assuming you are using AppFuse 2.0). > > > > Mike > > > > On 21/02/2008, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > > Hello, i need to put simple information in a page because i > > need it in > > order to use ajax autocompletion. > > > > I need this: <ul><li id="1">CONTENT_1</li></ul> but of course > > springMVC > > shows the body, menu and so on. > > > > Please helpme. > > > > Thanks in advance. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
